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 11{
2- "extends" : [" config:base " ],
3- "rebaseStalePrs " : true ,
2+ "extends" : [" config:recommended " ],
3+ "rebaseWhen " : " behind-base-branch " ,
44 "schedule" : [" on Monday every 9 weeks of the year starting on the 6th week" ],
55 "postUpdateOptions" : [" npmDedupe" ],
66 "packageRules" : [
77 {
8- "matchFiles " : [" package.json" ],
8+ "matchFileNames " : [" package.json" ],
99 "matchUpdateTypes" : [" patch" , " minor" ],
1010 "groupName" : " non-major shared dependencies" ,
1111 "groupSlug" : " shared-minor-patch"
1212 },
1313 {
14- "matchPaths " : [" packages/**" ],
14+ "matchFileNames " : [" packages/**" ],
1515 "matchUpdateTypes" : [" patch" , " minor" ],
1616 "groupName" : " non-major package dependencies" ,
1717 "groupSlug" : " packages-minor-patch"
1818 },
1919 {
20- "matchPackagePatterns " : [ " ^@zendeskgarden/css " ] ,
21- "enabled " : false
20+ "enabled " : false ,
21+ "matchPackageNames " : [ " /^@zendeskgarden/css/ " ]
2222 }
2323 ]
2424}
You can’t perform that action at this time.
0 commit comments