File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
{
2
- "extends" : [" config:base " ],
3
- "rebaseStalePrs " : true ,
2
+ "extends" : [" config:recommended " ],
3
+ "rebaseWhen " : " behind-base-branch " ,
4
4
"schedule" : [" on Monday every 9 weeks of the year starting on the 6th week" ],
5
5
"postUpdateOptions" : [" npmDedupe" ],
6
6
"packageRules" : [
7
7
{
8
- "matchFiles " : [" package.json" ],
8
+ "matchFileNames " : [" package.json" ],
9
9
"matchUpdateTypes" : [" patch" , " minor" ],
10
10
"groupName" : " non-major shared dependencies" ,
11
11
"groupSlug" : " shared-minor-patch"
12
12
},
13
13
{
14
- "matchPaths " : [" packages/**" ],
14
+ "matchFileNames " : [" packages/**" ],
15
15
"matchUpdateTypes" : [" patch" , " minor" ],
16
16
"groupName" : " non-major package dependencies" ,
17
17
"groupSlug" : " packages-minor-patch"
18
18
},
19
19
{
20
- "matchPackagePatterns " : [ " ^@zendeskgarden/css " ] ,
21
- "enabled " : false
20
+ "enabled " : false ,
21
+ "matchPackageNames " : [ " /^@zendeskgarden/css/ " ]
22
22
}
23
23
]
24
24
}
You can’t perform that action at this time.
0 commit comments