File tree Expand file tree Collapse file tree 1 file changed +54
-2
lines changed Expand file tree Collapse file tree 1 file changed +54
-2
lines changed Original file line number Diff line number Diff line change 33 " github>rancher/renovate-config#release"
44 ],
55 "baseBranches" : [
6- " main"
6+ " main" ,
7+ " release/v1.1" ,
8+ " release/v1.2" ,
9+ " release/v1.3"
710 ],
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" : [" release/v1.2" ],
28+ "matchDepNames" : [
29+ " github.com/rancher/lasso"
30+ ],
31+ "allowedVersions" : " <v0.0.0-20240924233157-8f384efc8813"
32+ },
33+ {
34+ "matchBaseBranches" : [" release/v1.2" ],
35+ "matchDepNames" : [
36+ " k8s.io/api" ,
37+ " k8s.io/apiextensions-apiserver" ,
38+ " k8s.io/apimachinery" ,
39+ " k8s.io/client-go"
40+ ],
41+ "allowedVersions" : " <1.31.0"
42+ },
43+ {
44+ "matchBaseBranches" : [" release/v1.1" ],
45+ "matchDepNames" : [
46+ " github.com/rancher/lasso"
47+ ],
48+ "allowedVersions" : " <=v0.0.0-20240705194423-b2a060d103c1"
49+ },
50+ {
51+ "matchBaseBranches" : [" release/v1.1" ],
52+ "matchDepNames" : [
53+ " k8s.io/api" ,
54+ " k8s.io/apiextensions-apiserver" ,
55+ " k8s.io/apimachinery" ,
56+ " k8s.io/client-go"
57+ ],
58+ "allowedVersions" : " <1.29.0"
59+ }
60+ ]
961}
You can’t perform that action at this time.
0 commit comments