Skip to content

Commit 6fba1e3

Browse files
authored
Remove Go module grouping in renovate (#4398)
The grouping of Go modules is causing some issues, mainly when Gateway API dependencies are included. Since we have to update these manually, it blocks other dependencies from being merged. It's also good to update Go modules individually in the case of a breakage, it's easier to find and roll back the dependency that broke.
1 parent eb04371 commit 6fba1e3

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

renovate.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,6 @@
1818
],
1919
"groupName": "NGINX Agent"
2020
},
21-
{
22-
"groupName": "Go module dependencies",
23-
"matchManagers": [
24-
"gomod"
25-
],
26-
"matchUpdateTypes": [
27-
"minor",
28-
"patch"
29-
],
30-
"matchCurrentVersion": "!/^0/"
31-
},
3221
{
3322
"groupName": "Docker digests",
3423
"matchDatasources": [

0 commit comments

Comments
 (0)