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 1
1
{
2
- "extends" : [
3
- " config:base" ,
4
- " config:semverAllMonthly"
5
- ],
2
+ "extends" : [" config:recommended" , " config:semverAllMonthly" ],
6
3
"baseBranches" : [" main" ],
7
- "ignorePaths" : [
8
- " **/flexible_nodejs16_and_earlier/**"
9
- ],
4
+ "ignorePaths" : [" **/flexible_nodejs16_and_earlier/**" ],
10
5
"packageRules" : [
11
6
{
12
7
"matchUpdateTypes" : [" major" ],
19
14
"enabled" : false
20
15
},
21
16
{
22
- "groupName" : " GitHub Actions" ,
23
- "matchManagers" : [" github-actions" ],
24
- "pinDigests" : true ,
17
+ "groupName" : " GitHub Actions" ,
18
+ "matchManagers" : [" github-actions" ],
19
+ "pinDigests" : true
25
20
}
26
21
],
27
22
"force" : {
28
23
"constraints" : {
29
24
"node" : " < 15.0.0"
30
25
}
31
26
},
32
- "dependencyDashboardAutoclose" : true ,
27
+ "dependencyDashboardAutoclose" : true ,
33
28
"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 "
37
32
}
You can’t perform that action at this time.
0 commit comments