File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
2- "extends" : [
3- " github>openstack-k8s-operators/renovate-config:default .json5"
4- ],
5- "baseBranchPatterns" : [
6- " main "
7- ],
8- "useBaseBranchConfig" : " merge" ,
9- "packageRules" : [
10- {
11- "matchPackageNames" : [
12- " github.com/openstack-k8s-operators/infra-operator/apis"
13- ],
14- "enabled" : false
15- }
16- ],
17- "postUpgradeTasks" : {
18- "commands" : [
19- " make gowork" ,
20- " make tidy" ,
21- " make manifests generate"
22- ],
23- "fileFilters" : [
24- " **/go.mod" ,
25- " **/go.sum" ,
26- " **/*.go" ,
27- " **/*.yaml"
28- ],
29- "executionMode" : " update"
30- }
2+ "extends" : [
3+ " github>openstack-k8s-operators/renovate-config:18-stable .json5"
4+ ],
5+ "baseBranchPatterns" : [
6+ " 18-stable "
7+ ],
8+ "useBaseBranchConfig" : " merge" ,
9+ "packageRules" : [
10+ {
11+ "matchPackageNames" : [
12+ " github.com/openstack-k8s-operators/infra-operator/apis"
13+ ],
14+ "enabled" : false
15+ }
16+ ],
17+ "postUpgradeTasks" : {
18+ "commands" : [
19+ " make gowork" ,
20+ " make tidy" ,
21+ " make manifests generate"
22+ ],
23+ "fileFilters" : [
24+ " **/go.mod" ,
25+ " **/go.sum" ,
26+ " **/*.go" ,
27+ " **/*.yaml"
28+ ],
29+ "executionMode" : " update"
30+ }
3131}
You can’t perform that action at this time.
0 commit comments