diff --git a/renovate.json b/renovate.json index 745cedff..4a54687f 100644 --- a/renovate.json +++ b/renovate.json @@ -9,19 +9,25 @@ ], "packageRules": [ { - "groupName": "go", + "groupName": "Go modules", + "groupSlug": "go-modules", "matchDatasources": [ - "go" + "go", + "gomod" ], "matchPackagePatterns": [ "*" ] }, { - "groupName": "bazel", - "matchDatasources": [ + "groupName": "Bazel", + "groupSlug": "bazel", + "matchCategories": [ "bazel" ], + "matchDepTypes": [ + "http_archive" + ], "matchPackagePatterns": [ "*" ]