|
3 | 3 | "github>rancher/renovate-config#release" |
4 | 4 | ], |
5 | 5 | "baseBranches": [ |
6 | | - "main" |
| 6 | + "main", |
| 7 | + "release/v1.1", |
| 8 | + "release/v1.2", |
| 9 | + "release/v1.3" |
7 | 10 | ], |
8 | | - "prHourlyLimit": 2 |
| 11 | + "prHourlyLimit": 2, |
| 12 | + "packageRules": [ |
| 13 | + { |
| 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" |
| 34 | + }, |
| 35 | + { |
| 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" |
| 51 | + }, |
| 52 | + { |
| 53 | + "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" |
| 82 | + } |
| 83 | + ] |
9 | 84 | } |
0 commit comments