Skip to content

Commit e2ae381

Browse files
authored
Merge pull request #779 from rancher/rm-presets
Use Renovate presets to align with Rancher Manager
2 parents 078b469 + b480954 commit e2ae381

File tree

4 files changed

+9
-197
lines changed

4 files changed

+9
-197
lines changed

.github/renovate-backports.json

Lines changed: 0 additions & 133 deletions
This file was deleted.

.github/renovate.json

Lines changed: 8 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,54 +1,26 @@
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#main"
45
],
56
"baseBranches": [
67
"main"
78
],
89
"ignoreDeps":[
910
"github.com/rancher/lasso"
1011
],
11-
"prHourlyLimit": 4,
1212
"packageRules": [
1313
{
14-
"description": "Constraint k8s versions",
15-
"matchBaseBranches": [
16-
"main"
17-
],
18-
"matchDepNames": [
19-
"k8s.io/api",
20-
"k8s.io/apiextensions-apiserver",
21-
"k8s.io/apimachinery",
22-
"k8s.io/client-go"
23-
],
24-
"allowedVersions": "<0.33.0"
14+
"matchBaseBranches": ["release/v1.4"],
15+
"extends": ["github>rancher/renovate-config//rancher-2.11#main"]
2516
},
2617
{
27-
"description": "Disable non-security bumps for backporting branches",
28-
"enabled": false,
29-
"matchBaseBranches": [
30-
"release/v1.1",
31-
"release/v1.2",
32-
"release/v1.3",
33-
"release/v1.4"
34-
]
18+
"matchBaseBranches": ["release/v1.3"],
19+
"extends": ["github>rancher/renovate-config//rancher-2.10#main"]
3520
},
3621
{
37-
"description": "Ensure CA bumps are enabled for backporting branches",
38-
"enabled": true,
39-
"matchBaseBranches": [
40-
"release/v1.1",
41-
"release/v1.2",
42-
"release/v1.3",
43-
"release/v1.4"
44-
],
45-
"matchPackageNames": [
46-
"golang.org/x/crypto/x509roots/fallback"
47-
],
48-
"matchUpdateTypes": [
49-
"patch",
50-
"digest"
51-
]
22+
"matchBaseBranches": ["release/v1.2"],
23+
"extends": ["github>rancher/renovate-config//rancher-2.9#main"]
5224
}
5325
],
5426
"vulnerabilityAlerts": {

.github/workflows/renovate-vault-backports.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/renovate-vault.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ jobs:
2626
with:
2727
logLevel: ${{ inputs.logLevel || 'info' }}
2828
overrideSchedule: ${{ github.event.inputs.overrideSchedule == 'true' && '{''schedule'':null}' || '' }}
29-
renovateConfig: .github/renovate-backports.json
29+
renovateConfig: .github/renovate.json
3030
secrets: inherit

0 commit comments

Comments
 (0)