File tree Expand file tree Collapse file tree 1 file changed +7
-21
lines changed
Expand file tree Collapse file tree 1 file changed +7
-21
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [
4- " github>renovatebot/.github"
5- ],
3+ "extends" : [" github>renovatebot/.github" ],
64 "platform" : " github" ,
75 "platformAutomerge" : true ,
86 "branchPrefix" : " fix/deps/" ,
9- "addLabels" : [
10- " dependencies" ,
11- " security"
12- ],
13- "assignees" : [
14- " timoa"
15- ],
7+ "addLabels" : [" dependencies" , " security" ],
8+ "assignees" : [" timoa" ],
169 "packageRules" : [
1710 {
1811 "description" : " Automerge renovate minor and patch updates" ,
19- "matchPackageNames" : [
20- " renovate/renovate"
21- ],
22- "matchUpdateTypes" : [
23- " minor" ,
24- " patch"
25- ],
12+ "matchPackageNames" : [" renovate/renovate" ],
13+ "matchUpdateTypes" : [" minor" , " patch" ],
2614 "automerge" : true ,
2715 "branchTopic" : " {{{depNameSanitized}}}-{{{currentValue}}}"
2816 },
2917 {
3018 "description" : " Allow updates after 15 days (exclude renovate)" ,
31- "excludePackageNames" : [
32- " renovate/renovate"
33- ],
19+ "excludePackageNames" : [" renovate/renovate" ],
3420 "separateMinorPatch" : true ,
35- "stabilityDays " : 15
21+ "minimumReleaseAge " : " 15 days "
3622 }
3723 ]
3824}
You can’t perform that action at this time.
0 commit comments