Skip to content

Commit a9111f2

Browse files
authored
add new branch to renovate config (#753)
1 parent 78806bd commit a9111f2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
],
66
"baseBranches": [
77
"main",
8+
"release/v7.x",
89
"release/v6.x",
910
"release/v5.0"
1011
],
@@ -21,6 +22,10 @@
2122
"matchBaseBranches": ["main"],
2223
"extends": ["github>rancher/renovate-config:rancher-main#main"]
2324
},
25+
{
26+
"matchBaseBranches": ["release/v7.x"],
27+
"extends": ["github>rancher/renovate-config:rancher-2.11#main"]
28+
},
2429
{
2530
"matchBaseBranches": ["release/v6.x"],
2631
"extends": ["github>rancher/renovate-config:rancher-2.10#main"]

0 commit comments

Comments
 (0)