Skip to content

Commit 062cc6b

Browse files
committed
Switch to Renovate presets
rancher/renovate-config#415
1 parent e3699d4 commit 062cc6b

File tree

1 file changed

+22
-9
lines changed

1 file changed

+22
-9
lines changed

.github/renovate.json

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,29 @@
11
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
23
"extends": [
3-
"github>rancher/renovate-config#release"
4+
"github>rancher/renovate-config//rancher-main#release"
45
],
56
"baseBranches": [
6-
"main"
7+
"main",
8+
"release/v0.12",
9+
"release/v0.11",
10+
"release/v0.10"
711
],
812
"prHourlyLimit": 2,
9-
"ignorePaths": [
10-
"**/assets/**"
11-
],
12-
"force": {
13-
"constraints": {
13+
"prConcurrentLimit": 4,
14+
"prCreation": "status-success",
15+
"packageRules": [
16+
{
17+
"matchBaseBranches": ["release/v0.12"],
18+
"extends": ["github>rancher/renovate-config//rancher-2.11#release"]
19+
},
20+
{
21+
"matchBaseBranches": ["release/v0.11"],
22+
"extends": ["github>rancher/renovate-config//rancher-2.10#release"]
23+
},
24+
{
25+
"matchBaseBranches": ["release/v0.10"],
26+
"extends": ["github>rancher/renovate-config//rancher-2.9#release"]
1427
}
15-
}
16-
}
28+
]
29+
}

0 commit comments

Comments
 (0)