File tree Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Expand file tree Collapse file tree 1 file changed +9
-14
lines changed Original file line number Diff line number Diff line change 11{
2- "extends" : [
3- " config:base" ,
4- " config:semverAllMonthly"
5- ],
2+ "extends" : [" config:recommended" , " config:semverAllMonthly" ],
63 "baseBranches" : [" main" ],
7- "ignorePaths" : [
8- " **/flexible_nodejs16_and_earlier/**"
9- ],
4+ "ignorePaths" : [" **/flexible_nodejs16_and_earlier/**" ],
105 "packageRules" : [
116 {
127 "matchUpdateTypes" : [" major" ],
1914 "enabled" : false
2015 },
2116 {
22- "groupName" : " GitHub Actions" ,
23- "matchManagers" : [" github-actions" ],
24- "pinDigests" : true ,
17+ "groupName" : " GitHub Actions" ,
18+ "matchManagers" : [" github-actions" ],
19+ "pinDigests" : true
2520 }
2621 ],
2722 "force" : {
2823 "constraints" : {
2924 "node" : " < 15.0.0"
3025 }
3126 },
32- "dependencyDashboardAutoclose" : true ,
27+ "dependencyDashboardAutoclose" : true ,
3328 "schedule" : " after 11am every 3 weeks on Monday" ,
34- "stabilityDays " : 15 ,
35- "pinVersions " : false ,
36- "rebaseStalePrs " : true
29+ "minimumReleaseAge " : " 15 days " ,
30+ "rangeStrategy " : " replace " ,
31+ "rebaseWhen " : " behind-base-branch "
3732}
You can’t perform that action at this time.
0 commit comments