Skip to content

Commit 7763d5a

Browse files
renovate[bot]deviantintegral
authored andcommitted
chore(config): migrate config renovate.json
1 parent e8f3273 commit 7763d5a

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

renovate.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,20 @@
3535
],
3636
"packageRules": [
3737
{
38-
"matchManagers": ["github-actions"],
39-
"matchPackageNames": ["deviantintegral/github-action-renovate-config-validator"],
38+
"matchManagers": [
39+
"github-actions"
40+
],
41+
"matchPackageNames": [
42+
"deviantintegral/github-action-renovate-config-validator"
43+
],
4044
"followTag": "fix-renovate-version"
4145
},
4246
{
43-
"matchPackagePatterns": ["*"],
4447
"minimumReleaseAge": "3 days",
45-
"automerge": true
48+
"automerge": true,
49+
"matchPackageNames": [
50+
"*"
51+
]
4652
},
4753
{
4854
"matchCurrentVersion": "8.0",

0 commit comments

Comments
 (0)