File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" config:recommended" ],
3+ "extends" : [
4+ " config:recommended"
5+ ],
46 "rebaseWhen" : " behind-base-branch" ,
57 "prConcurrentLimit" : 5 ,
68 "branchConcurrentLimit" : 10 ,
1315 "ignoreTests" : false ,
1416 "dependencyDashboard" : true ,
1517 "npm" : {
16- "stabilityDays " : 3
18+ "minimumReleaseAge " : " 3 days "
1719 },
1820 "packageRules" : [
1921 {
20- "matchUpdateTypes" : [" major" ],
22+ "matchUpdateTypes" : [
23+ " major"
24+ ],
2125 "prPriority" : -2 ,
2226 "automerge" : false
2327 },
2428 {
25- "matchDepTypes" : [" dependencies" ],
29+ "matchDepTypes" : [
30+ " dependencies"
31+ ],
2632 "prPriority" : 2
2733 },
2834 {
29- "matchDepTypes" : [" devDependencies" ],
35+ "matchDepTypes" : [
36+ " devDependencies"
37+ ],
3038 "prPriority" : -5
3139 }
3240 ]
You can’t perform that action at this time.
0 commit comments