|
1 | 1 | { |
| 2 | + "$schema": "https://docs.renovatebot.com/renovate-schema.json", |
2 | 3 | "extends": [ |
3 | | - "github>rancher/renovate-config#release" |
| 4 | + "github>rancher/renovate-config//rancher-main#main" |
4 | 5 | ], |
5 | 6 | "baseBranches": [ |
6 | | - "main", |
7 | | - "release/v1.1", |
8 | | - "release/v1.2", |
9 | | - "release/v1.3", |
10 | | - "release/v1.4" |
| 7 | + "main" |
11 | 8 | ], |
12 | 9 | "ignoreDeps":[ |
13 | 10 | "github.com/rancher/lasso" |
14 | 11 | ], |
15 | | - "prHourlyLimit": 4, |
16 | 12 | "packageRules": [ |
17 | 13 | { |
18 | | - "matchBaseBranches": [ |
19 | | - "main", |
20 | | - "release/v1.4" |
21 | | - ], |
22 | | - "matchDepNames": [ |
23 | | - "k8s.io/api", |
24 | | - "k8s.io/apiextensions-apiserver", |
25 | | - "k8s.io/apimachinery", |
26 | | - "k8s.io/client-go" |
27 | | - ], |
28 | | - "allowedVersions": "<0.33.0" |
29 | | - }, |
30 | | - { |
31 | | - "matchBaseBranches": [ |
32 | | - "release/v1.3" |
33 | | - ], |
34 | | - "matchDepNames": [ |
35 | | - "k8s.io/api", |
36 | | - "k8s.io/apiextensions-apiserver", |
37 | | - "k8s.io/apimachinery", |
38 | | - "k8s.io/client-go" |
39 | | - ], |
40 | | - "allowedVersions": "<0.32.0" |
41 | | - }, |
42 | | - { |
43 | | - "matchBaseBranches": [ |
44 | | - "release/v1.4" |
45 | | - ], |
46 | | - "matchDepNames": [ |
47 | | - "github.com/rancher/security-scan" |
48 | | - ], |
49 | | - "allowedVersions": "<v0.7.0" |
50 | | - }, |
51 | | - { |
52 | | - "matchBaseBranches": [ |
53 | | - "release/v1.3" |
54 | | - ], |
55 | | - "matchDepNames": [ |
56 | | - "github.com/rancher/security-scan" |
57 | | - ], |
58 | | - "allowedVersions": "<v0.6.0" |
59 | | - }, |
60 | | - { |
61 | | - "matchBaseBranches": ["release/v1.2"], |
62 | | - "matchDepNames": [ |
63 | | - "k8s.io/api", |
64 | | - "k8s.io/apiextensions-apiserver", |
65 | | - "k8s.io/apimachinery", |
66 | | - "k8s.io/client-go" |
67 | | - ], |
68 | | - "allowedVersions": "<0.31.0" |
69 | | - }, |
70 | | - { |
71 | | - "matchBaseBranches": ["release/v1.2"], |
72 | | - "matchDepNames": [ |
73 | | - "github.com/rancher/security-scan" |
74 | | - ], |
75 | | - "allowedVersions": "<v0.5.0" |
76 | | - }, |
77 | | - { |
78 | | - "matchBaseBranches": ["release/v1.1"], |
79 | | - "matchDepNames": [ |
80 | | - "k8s.io/api", |
81 | | - "k8s.io/apiextensions-apiserver", |
82 | | - "k8s.io/apimachinery", |
83 | | - "k8s.io/client-go" |
84 | | - ], |
85 | | - "allowedVersions": "<0.31.0" |
86 | | - }, |
87 | | - { |
88 | | - "matchBaseBranches": ["release/v1.1"], |
89 | | - "matchDepNames": [ |
90 | | - "github.com/rancher/security-scan" |
91 | | - ], |
92 | | - "allowedVersions": "<v0.4.0" |
| 14 | + "matchBaseBranches": ["release/v1.4"], |
| 15 | + "extends": ["github>rancher/renovate-config//rancher-2.11#main"] |
93 | 16 | }, |
94 | 17 | { |
95 | 18 | "matchBaseBranches": ["release/v1.3"], |
96 | | - "matchDepNames": [ |
97 | | - "github.com/prometheus-operator/prometheus-operator/pkg/client", |
98 | | - "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring" |
99 | | - ], |
100 | | - "allowedVersions": "<v0.79.0" |
| 19 | + "extends": ["github>rancher/renovate-config//rancher-2.10#main"] |
101 | 20 | }, |
102 | 21 | { |
103 | | - "matchBaseBranches": [ |
104 | | - "release/v1.1", |
105 | | - "release/v1.2" |
106 | | - ], |
107 | | - "matchDepNames": [ |
108 | | - "github.com/prometheus-operator/prometheus-operator/pkg/client", |
109 | | - "github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring" |
110 | | - ], |
111 | | - "allowedVersions": "<v0.75.0" |
112 | | - }, |
113 | | - { |
114 | | - "matchBaseBranches": [ |
115 | | - "release/v1.1", |
116 | | - "release/v1.2", |
117 | | - "release/v1.3" |
118 | | - ], |
119 | | - "matchDepNames": [ |
120 | | - "github.com/urfave/cli" |
121 | | - ], |
122 | | - "allowedVersions": "<v2.0.0" |
123 | | - }, |
124 | | - { |
125 | | - "matchBaseBranches": [ |
126 | | - "release/v1.1", |
127 | | - "release/v1.2" |
128 | | - ], |
129 | | - "matchDepNames": [ |
130 | | - "github.com/rancher/wrangler" |
131 | | - ], |
132 | | - "allowedVersions": "<v3.0.1" |
| 22 | + "matchBaseBranches": ["release/v1.2"], |
| 23 | + "extends": ["github>rancher/renovate-config//rancher-2.9#main"] |
133 | 24 | } |
134 | | - ] |
| 25 | + ], |
| 26 | + "vulnerabilityAlerts": { |
| 27 | + "enabled": true |
| 28 | + }, |
| 29 | + "osvVulnerabilityAlerts": true |
135 | 30 | } |
0 commit comments