Skip to content

Commit 06578c2

Browse files
authored
Merge pull request #733 from diogoasouza/update-renovate-config-with-presets
using renovate config presets
2 parents 78474bc + 657883b commit 06578c2

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/renovate.json

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"baseBranches": [
77
"main",
88
"release/v6.x",
9-
"release/v5.0",
10-
"release/v4.0"
9+
"release/v5.0"
1110
],
1211
"ignoreDeps": [
1312
"github.com/rancher/hull",
@@ -18,6 +17,18 @@
1817
"github.com/imdario/mergo"
1918
],
2019
"packageRules": [
20+
{
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+
},
2132
{
2233
"groupName": "GitHub Workflow Actions",
2334
"groupSlug": "gha-deps",
@@ -33,4 +44,4 @@
3344
]
3445
}
3546
]
36-
}
47+
}

0 commit comments

Comments
 (0)