File tree Expand file tree Collapse file tree 1 file changed +6
-18
lines changed
Expand file tree Collapse file tree 1 file changed +6
-18
lines changed Original file line number Diff line number Diff line change 7474 "matchDatasources" : [
7575 "go"
7676 ] ,
77- "groupName" : "kubernetes patches " ,
77+ "groupName" : "kubernetes deps " ,
7878 "matchUpdateTypes" : [
7979 "digest" ,
8080 ] ,
8484 "sigs.k8s.io"
8585 ]
8686 } , {
87- // We want a single PR for all the patches bumps of kubernetes related
88- // dependencies, as most of the times these are all strictly related.
89- "matchDatasources" : [
90- "go"
91- ] ,
92- "groupName" : "kubernetes patches" ,
93- "matchUpdateTypes" : [
94- "patch" ,
95- ] ,
96- "matchPackagePrefixes" : [
97- "k8s.io" ,
98- "sigs.k8s.io"
99- ]
100- } , {
101- // We want dedicated PRs for each minor and major bumps to kubernetes related
102- // dependencies.
87+ // We want a single PR for all the bumps of kubernetes related dependencies, as
88+ // most of the times these are all strictly related.
10389 "matchDatasources" : [
10490 "go"
10591 ] ,
92+ "groupName" : "kubernetes deps" ,
10693 "matchUpdateTypes" : [
10794 "major" ,
108- "minor"
95+ "minor" ,
96+ "patch"
10997 ] ,
11098 "matchPackagePrefixes" : [
11199 "k8s.io" ,
You can’t perform that action at this time.
0 commit comments