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.
2 parents 78474bc + 657883b commit 06578c2Copy full SHA for 06578c2
.github/renovate.json
@@ -6,8 +6,7 @@
6
"baseBranches": [
7
"main",
8
"release/v6.x",
9
- "release/v5.0",
10
- "release/v4.0"
+ "release/v5.0"
11
],
12
"ignoreDeps": [
13
"github.com/rancher/hull",
@@ -18,6 +17,18 @@
18
17
"github.com/imdario/mergo"
19
20
"packageRules": [
+ {
21
+ "matchBaseBranches": ["main"],
22
+ "extends": ["github>rancher/renovate-config:rancher-main#main"]
23
+ },
24
25
+ "matchBaseBranches": ["release/v6.x"],
26
+ "extends": ["github>rancher/renovate-config:rancher-2.10#main"]
27
28
29
+ "matchBaseBranches": ["release/v5.0"],
30
+ "extends": ["github>rancher/renovate-config:rancher-2.9#main"]
31
32
{
33
"groupName": "GitHub Workflow Actions",
34
"groupSlug": "gha-deps",
@@ -33,4 +44,4 @@
44
]
45
}
35
46
36
-}
47
+}
0 commit comments