File tree Expand file tree Collapse file tree 1 file changed +19
-5
lines changed
Expand file tree Collapse file tree 1 file changed +19
-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:base" ],
3+ "extends" : [
4+ " config:recommended"
5+ ],
46 "packageRules" : [
57 {
68 "groupName" : " Actions" ,
7- "matchUpdateTypes" : [" minor" , " patch" , " pin" ],
9+ "matchUpdateTypes" : [
10+ " minor" ,
11+ " patch" ,
12+ " pin"
13+ ],
814 "automerge" : true ,
9- "addLabels" : [" Release: Patch" , " Skip: Announcements" ]
15+ "addLabels" : [
16+ " Release: Patch" ,
17+ " Skip: Announcements"
18+ ]
1019 },
1120 {
1221 "groupName" : " Actions" ,
13- "matchUpdateTypes" : [" major" ],
22+ "matchUpdateTypes" : [
23+ " major"
24+ ],
1425 "automerge" : false ,
15- "addLabels" : [" Release: Patch" , " Skip: Announcements" ]
26+ "addLabels" : [
27+ " Release: Patch" ,
28+ " Skip: Announcements"
29+ ]
1630 }
1731 ]
1832}
You can’t perform that action at this time.
0 commit comments