File tree 1 file changed +13
-5
lines changed
1 file changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
- "extends" : [" config:recommended" ],
3
+ "extends" : [
4
+ " config:recommended"
5
+ ],
4
6
"rebaseWhen" : " behind-base-branch" ,
5
7
"prConcurrentLimit" : 5 ,
6
8
"branchConcurrentLimit" : 10 ,
13
15
"ignoreTests" : false ,
14
16
"dependencyDashboard" : true ,
15
17
"npm" : {
16
- "stabilityDays " : 3
18
+ "minimumReleaseAge " : " 3 days "
17
19
},
18
20
"packageRules" : [
19
21
{
20
- "matchUpdateTypes" : [" major" ],
22
+ "matchUpdateTypes" : [
23
+ " major"
24
+ ],
21
25
"prPriority" : -2 ,
22
26
"automerge" : false
23
27
},
24
28
{
25
- "matchDepTypes" : [" dependencies" ],
29
+ "matchDepTypes" : [
30
+ " dependencies"
31
+ ],
26
32
"prPriority" : 2
27
33
},
28
34
{
29
- "matchDepTypes" : [" devDependencies" ],
35
+ "matchDepTypes" : [
36
+ " devDependencies"
37
+ ],
30
38
"prPriority" : -5
31
39
}
32
40
]
You can’t perform that action at this time.
0 commit comments