File tree Expand file tree Collapse file tree 1 file changed +22
-9
lines changed
Expand file tree Collapse file tree 1 file changed +22
-9
lines changed Original file line number Diff line number Diff line change 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 #release"
45 ],
56 "baseBranches" : [
6- " main"
7+ " main" ,
8+ " release/v0.12" ,
9+ " release/v0.11" ,
10+ " release/v0.10"
711 ],
812 "prHourlyLimit" : 2 ,
9- "ignorePaths" : [
10- " **/assets/**"
11- ],
12- "force" : {
13- "constraints" : {
13+ "prConcurrentLimit" : 4 ,
14+ "prCreation" : " status-success" ,
15+ "packageRules" : [
16+ {
17+ "matchBaseBranches" : [" release/v0.12" ],
18+ "extends" : [" github>rancher/renovate-config//rancher-2.11#release" ]
19+ },
20+ {
21+ "matchBaseBranches" : [" release/v0.11" ],
22+ "extends" : [" github>rancher/renovate-config//rancher-2.10#release" ]
23+ },
24+ {
25+ "matchBaseBranches" : [" release/v0.10" ],
26+ "extends" : [" github>rancher/renovate-config//rancher-2.9#release" ]
1427 }
15- }
16- }
28+ ]
29+ }
You can’t perform that action at this time.
0 commit comments