We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63bfd2a commit b3327faCopy full SHA for b3327fa
.github/renovate.json
@@ -19,9 +19,13 @@
19
],
20
"packageRules": [
21
{
22
- "matchBaseBranches" : ["main", "release/v3.x"],
+ "matchBaseBranches" : ["main"],
23
"extends" : ["github>rancher/renovate-config:rancher-main#release"]
24
},
25
+ {
26
+ "matchBaseBranches" : ["release/v3.x"],
27
+ "extends" : ["github>rancher/renovate-config:rancher-2.11#release"]
28
+ },
29
30
"matchBaseBranches" : ["release/v2.x"],
31
"extends" : ["github>rancher/renovate-config:rancher-2.10#release"]
0 commit comments