File tree Expand file tree Collapse file tree 1 file changed +35
-3
lines changed
Expand file tree Collapse file tree 1 file changed +35
-3
lines changed Original file line number Diff line number Diff line change 3131 "enabled" : false
3232 },
3333 {
34- "groupName" : " kubernetes" ,
35- "description" : " Kubernetes Golang packages" ,
34+ "groupName" : " kubernetes-major-minor " ,
35+ "description" : " Kubernetes Golang packages, major and minor versions " ,
3636 "matchManagers" : [
3737 " gomod"
3838 ],
4242 ],
4343 "extends" : [
4444 " schedule:quarterly"
45- ]
45+ ],
46+ "matchUpdateTypes" : [
47+ " minor" ,
48+ " major"
49+ ],
50+ // Disabling this one because we aren't allowed to set `postUpgradeTasks`
51+ // at this point of time. The automated PR might be invalid without it.
52+ // For now, this update will be done manually, once per quarter (matching Kubernetes release).
53+ "enabled" : false
54+ },
55+ {
56+ "groupName" : " kubernetes-patch" ,
57+ "description" : " Kubernetes Golang packages, patch versions" ,
58+ "matchManagers" : [
59+ " gomod"
60+ ],
61+ "matchPackageNames" : [
62+ " sigs.k8s.io/controller-runtime" ,
63+ " k8s.io/*"
64+ ],
65+ "matchUpdateTypes" : [
66+ " patch"
67+ ],
68+ "enabled" : true
4669 },
4770 {
4871 "groupName" : " k6-golang" ,
6386 "matchPackageNames" : [
6487 " github.com/sirupsen/logrus"
6588 ]
89+ },
90+ {
91+ "description" : " Github actions" ,
92+ "matchManagers" : [
93+ " github-actions"
94+ ],
95+ "extends" : [
96+ " schedule:monthly"
97+ ]
6698 }
6799 ]
68100}
You can’t perform that action at this time.
0 commit comments