We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f3273 commit 7763d5aCopy full SHA for 7763d5a
renovate.json
@@ -35,14 +35,20 @@
35
],
36
"packageRules": [
37
{
38
- "matchManagers": ["github-actions"],
39
- "matchPackageNames": ["deviantintegral/github-action-renovate-config-validator"],
+ "matchManagers": [
+ "github-actions"
40
+ ],
41
+ "matchPackageNames": [
42
+ "deviantintegral/github-action-renovate-config-validator"
43
44
"followTag": "fix-renovate-version"
45
},
46
- "matchPackagePatterns": ["*"],
47
"minimumReleaseAge": "3 days",
- "automerge": true
48
+ "automerge": true,
49
50
+ "*"
51
+ ]
52
53
54
"matchCurrentVersion": "8.0",
0 commit comments