|
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" |
| 7 | + "main" |
10 | 8 | ], |
11 | 9 | "prHourlyLimit": 2, |
| 10 | + "ignoreDeps":[ |
| 11 | + "github.com/rancher/lasso" |
| 12 | + ], |
12 | 13 | "packageRules": [ |
13 | 14 | { |
14 | | - "matchBaseBranches": [ |
15 | | - "main", |
16 | | - "release/v1.3" |
17 | | - ], |
18 | | - "matchDepNames": [ |
19 | | - "k8s.io/api", |
20 | | - "k8s.io/apiextensions-apiserver", |
21 | | - "k8s.io/apimachinery", |
22 | | - "k8s.io/client-go" |
23 | | - ], |
24 | | - "allowedVersions": "<1.32.0" |
25 | | - }, |
26 | | - { |
27 | | - "matchBaseBranches": [ |
28 | | - "release/v1.3" |
29 | | - ], |
30 | | - "matchDepNames": [ |
31 | | - "github.com/rancher/security-scan" |
32 | | - ], |
33 | | - "allowedVersions": "<v0.6.0" |
| 15 | + "matchBaseBranches": ["release/v1.4"], |
| 16 | + "extends": ["github>rancher/renovate-config//rancher-2.11#main"] |
34 | 17 | }, |
35 | 18 | { |
36 | | - "matchBaseBranches": ["release/v1.2"], |
37 | | - "matchDepNames": [ |
38 | | - "github.com/rancher/lasso" |
39 | | - ], |
40 | | - "allowedVersions": "<v0.0.0-20240924233157-8f384efc8813" |
41 | | - }, |
42 | | - { |
43 | | - "matchBaseBranches": ["release/v1.2"], |
44 | | - "matchDepNames": [ |
45 | | - "k8s.io/api", |
46 | | - "k8s.io/apiextensions-apiserver", |
47 | | - "k8s.io/apimachinery", |
48 | | - "k8s.io/client-go" |
49 | | - ], |
50 | | - "allowedVersions": "<1.31.0" |
| 19 | + "matchBaseBranches": ["release/v1.3"], |
| 20 | + "extends": ["github>rancher/renovate-config//rancher-2.10#main"] |
51 | 21 | }, |
52 | 22 | { |
53 | 23 | "matchBaseBranches": ["release/v1.2"], |
54 | | - "matchDepNames": [ |
55 | | - "github.com/rancher/security-scan" |
56 | | - ], |
57 | | - "allowedVersions": "<v0.5.0" |
58 | | - }, |
59 | | - { |
60 | | - "matchBaseBranches": ["release/v1.1"], |
61 | | - "matchDepNames": [ |
62 | | - "github.com/rancher/lasso" |
63 | | - ], |
64 | | - "allowedVersions": "<v0.0.0-20240705194423-b2a060d103c1" |
65 | | - }, |
66 | | - { |
67 | | - "matchBaseBranches": ["release/v1.1"], |
68 | | - "matchDepNames": [ |
69 | | - "k8s.io/api", |
70 | | - "k8s.io/apiextensions-apiserver", |
71 | | - "k8s.io/apimachinery", |
72 | | - "k8s.io/client-go" |
73 | | - ], |
74 | | - "allowedVersions": "<1.29.0" |
75 | | - }, |
76 | | - { |
77 | | - "matchBaseBranches": ["release/v1.1"], |
78 | | - "matchDepNames": [ |
79 | | - "github.com/rancher/security-scan" |
80 | | - ], |
81 | | - "allowedVersions": "<v0.4.0" |
| 24 | + "extends": ["github>rancher/renovate-config//rancher-2.9#main"] |
82 | 25 | } |
83 | | - ] |
| 26 | + ], |
| 27 | + "vulnerabilityAlerts": { |
| 28 | + "enabled": true |
| 29 | + }, |
| 30 | + "osvVulnerabilityAlerts": true |
84 | 31 | } |
0 commit comments