Skip to content

Commit 14db17e

Browse files
authored
Merge pull request #813 from jbiers/update-branches-for-v2.13-work
[docs][ci] Update branches to allow for v2.13.0 work
2 parents b04bc53 + 957428c commit 14db17e

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-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/v8.x",
89
"release/v7.x",
910
"release/v6.x",
1011
"release/v5.0"
@@ -22,6 +23,10 @@
2223
"matchBaseBranches": ["main"],
2324
"extends": ["github>rancher/renovate-config:rancher-main#main"]
2425
},
26+
{
27+
"matchBaseBranches": ["release/v8.x"],
28+
"extends": ["github>rancher/renovate-config:rancher-2.12#main"]
29+
},
2530
{
2631
"matchBaseBranches": ["release/v7.x"],
2732
"extends": ["github>rancher/renovate-config:rancher-2.11#main"]

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ This is the current branch strategy for `rancher/backup-restore-operator`, it ma
2525
| Branch | Tag | Rancher |
2626
|----------------|----------|------------------------|
2727
| `main` | `head` | `main` branch (`head`) |
28+
| `release/v8.x` | `v8.x.x` | `v2.12.x` |
2829
| `release/v7.x` | `v7.x.x` | `v2.11.x` |
2930
| `release/v6.x` | `v6.x.x` | `v2.10.x` |
3031
| `release/v5.0` | `v5.x.x` | `v2.9.x` |

0 commit comments

Comments
 (0)