File tree Expand file tree Collapse file tree 1 file changed +25
-9
lines changed Expand file tree Collapse file tree 1 file changed +25
-9
lines changed Original file line number Diff line number Diff line change 33 " github>rancher/renovate-config#release" ,
44 " group:allNonMajor"
55 ],
6- "baseBranches " : [
6+ "baseBranchPatterns " : [
77 " main" ,
88 " release/v7.x" ,
99 " release/v6.x" ,
1919 ],
2020 "packageRules" : [
2121 {
22- "matchBaseBranches" : [" main" ],
23- "extends" : [" github>rancher/renovate-config:rancher-main#main" ]
22+ "matchBaseBranches" : [
23+ " main"
24+ ],
25+ "extends" : [
26+ " github>rancher/renovate-config:rancher-main#main"
27+ ]
2428 },
2529 {
26- "matchBaseBranches" : [" release/v7.x" ],
27- "extends" : [" github>rancher/renovate-config:rancher-2.11#main" ]
30+ "matchBaseBranches" : [
31+ " release/v7.x"
32+ ],
33+ "extends" : [
34+ " github>rancher/renovate-config:rancher-2.11#main"
35+ ]
2836 },
2937 {
30- "matchBaseBranches" : [" release/v6.x" ],
31- "extends" : [" github>rancher/renovate-config:rancher-2.10#main" ]
38+ "matchBaseBranches" : [
39+ " release/v6.x"
40+ ],
41+ "extends" : [
42+ " github>rancher/renovate-config:rancher-2.10#main"
43+ ]
3244 },
3345 {
34- "matchBaseBranches" : [" release/v5.0" ],
35- "extends" : [" github>rancher/renovate-config:rancher-2.9#main" ]
46+ "matchBaseBranches" : [
47+ " release/v5.0"
48+ ],
49+ "extends" : [
50+ " github>rancher/renovate-config:rancher-2.9#main"
51+ ]
3652 },
3753 {
3854 "groupName" : " GitHub Workflow Actions" ,
You can’t perform that action at this time.
0 commit comments