Skip to content

Commit b3327fa

Browse files
authored
Adjust branch rules for 3.x branch (#234)
1 parent 63bfd2a commit b3327fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/renovate.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,13 @@
1919
],
2020
"packageRules": [
2121
{
22-
"matchBaseBranches" : ["main", "release/v3.x"],
22+
"matchBaseBranches" : ["main"],
2323
"extends" : ["github>rancher/renovate-config:rancher-main#release"]
2424
},
25+
{
26+
"matchBaseBranches" : ["release/v3.x"],
27+
"extends" : ["github>rancher/renovate-config:rancher-2.11#release"]
28+
},
2529
{
2630
"matchBaseBranches" : ["release/v2.x"],
2731
"extends" : ["github>rancher/renovate-config:rancher-2.10#release"]

0 commit comments

Comments
 (0)