Skip to content

Commit b31c378

Browse files
committed
chore: configure single group for all kubernetes related prs
Signed-off-by: Philippe Scorsolini <[email protected]>
1 parent 1316ae6 commit b31c378

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

.github/renovate.json5

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"matchDatasources": [
7575
"go"
7676
],
77-
"groupName": "kubernetes patches",
77+
"groupName": "kubernetes deps",
7878
"matchUpdateTypes": [
7979
"digest",
8080
],
@@ -84,28 +84,16 @@
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",

0 commit comments

Comments
 (0)