File tree Expand file tree Collapse file tree 1 file changed +40
-18
lines changed Expand file tree Collapse file tree 1 file changed +40
-18
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"extends" : [
3
- " config:base " ,
3
+ " config:recommended " ,
4
4
" schedule:weekly"
5
5
],
6
6
"dependencyDashboard" : true ,
7
7
"rangeStrategy" : " update-lockfile" ,
8
8
"rebaseWhen" : " conflicted" ,
9
- "baseBranches" : [" 2.1.x" ],
9
+ "baseBranches" : [
10
+ " 2.1.x"
11
+ ],
10
12
"packageRules" : [
11
13
{
12
- "matchPackagePatterns" : [" *" ],
13
- "enabled" : false
14
+ "enabled" : false ,
15
+ "matchPackageNames" : [
16
+ " *"
17
+ ]
14
18
},
15
19
{
16
- "matchPaths" : [" +(composer.json)" ],
20
+ "matchFileNames" : [
21
+ " +(composer.json)"
22
+ ],
17
23
"enabled" : true ,
18
- "matchBaseBranches" : [" 2.1.x" ]
24
+ "matchBaseBranches" : [
25
+ " 2.1.x"
26
+ ]
19
27
},
20
28
{
21
- "matchPaths" : [" build-cs/**" ],
29
+ "matchFileNames" : [
30
+ " build-cs/**"
31
+ ],
22
32
"enabled" : true ,
23
33
"groupName" : " build-cs"
24
34
},
25
35
{
26
- "matchPaths" : [" apigen/**" ],
36
+ "matchFileNames" : [
37
+ " apigen/**"
38
+ ],
27
39
"enabled" : true ,
28
40
"groupName" : " apigen"
29
41
},
30
42
{
31
- "matchPaths" : [" issue-bot/**" ],
32
- "enabled" : true ,
33
- "groupName" : " issue-bot"
43
+ "matchFileNames" : [
44
+ " issue-bot/**"
45
+ ],
46
+ "enabled" : true ,
47
+ "groupName" : " issue-bot"
34
48
},
35
49
{
36
- "matchPaths" : [" changelog-generator/**" ],
50
+ "matchFileNames" : [
51
+ " changelog-generator/**"
52
+ ],
37
53
"enabled" : true ,
38
54
"groupName" : " changelog-generator"
39
55
},
40
56
{
41
- "matchPaths" : [" compiler/**" ],
57
+ "matchFileNames" : [
58
+ " compiler/**"
59
+ ],
42
60
"enabled" : true ,
43
61
"groupName" : " compiler"
44
62
},
45
63
{
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
+ },
50
70
{
51
- "matchPaths" : [" .github/**" ],
71
+ "matchFileNames" : [
72
+ " .github/**"
73
+ ],
52
74
"enabled" : true ,
53
75
"groupName" : " github-actions"
54
76
}
You can’t perform that action at this time.
0 commit comments