Skip to content

Commit 90da870

Browse files
renovate[bot]ondrejmirtes
authored andcommitted
chore(config): migrate config .github/renovate.json
1 parent 47af3f9 commit 90da870

File tree

1 file changed

+40
-18
lines changed

1 file changed

+40
-18
lines changed

.github/renovate.json

Lines changed: 40 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,76 @@
11
{
22
"extends": [
3-
"config:base",
3+
"config:recommended",
44
"schedule:weekly"
55
],
66
"dependencyDashboard": true,
77
"rangeStrategy": "update-lockfile",
88
"rebaseWhen": "conflicted",
9-
"baseBranches": ["2.1.x"],
9+
"baseBranches": [
10+
"2.1.x"
11+
],
1012
"packageRules": [
1113
{
12-
"matchPackagePatterns": ["*"],
13-
"enabled": false
14+
"enabled": false,
15+
"matchPackageNames": [
16+
"*"
17+
]
1418
},
1519
{
16-
"matchPaths": ["+(composer.json)"],
20+
"matchFileNames": [
21+
"+(composer.json)"
22+
],
1723
"enabled": true,
18-
"matchBaseBranches": ["2.1.x"]
24+
"matchBaseBranches": [
25+
"2.1.x"
26+
]
1927
},
2028
{
21-
"matchPaths": ["build-cs/**"],
29+
"matchFileNames": [
30+
"build-cs/**"
31+
],
2232
"enabled": true,
2333
"groupName": "build-cs"
2434
},
2535
{
26-
"matchPaths": ["apigen/**"],
36+
"matchFileNames": [
37+
"apigen/**"
38+
],
2739
"enabled": true,
2840
"groupName": "apigen"
2941
},
3042
{
31-
"matchPaths": ["issue-bot/**"],
32-
"enabled": true,
33-
"groupName": "issue-bot"
43+
"matchFileNames": [
44+
"issue-bot/**"
45+
],
46+
"enabled": true,
47+
"groupName": "issue-bot"
3448
},
3549
{
36-
"matchPaths": ["changelog-generator/**"],
50+
"matchFileNames": [
51+
"changelog-generator/**"
52+
],
3753
"enabled": true,
3854
"groupName": "changelog-generator"
3955
},
4056
{
41-
"matchPaths": ["compiler/**"],
57+
"matchFileNames": [
58+
"compiler/**"
59+
],
4260
"enabled": true,
4361
"groupName": "compiler"
4462
},
4563
{
46-
"matchPaths": ["tests/composer.json"],
47-
"enabled": true,
48-
"groupName": "paratest"
49-
},
64+
"matchFileNames": [
65+
"tests/composer.json"
66+
],
67+
"enabled": true,
68+
"groupName": "paratest"
69+
},
5070
{
51-
"matchPaths": [".github/**"],
71+
"matchFileNames": [
72+
".github/**"
73+
],
5274
"enabled": true,
5375
"groupName": "github-actions"
5476
}

0 commit comments

Comments
 (0)