diff --git a/renovate.json b/renovate.json index 97b70f5..0bab953 100644 --- a/renovate.json +++ b/renovate.json @@ -18,16 +18,20 @@ "go" ], "matchPackageNames": [ - "github.com/crossplane/crossplane{/,}**" - ] + "^github\\.com/crossplane" + ], + "groupName": "crossplane dependencies", + "groupSlug": "crossplane-dependencies" + }, { "description": "Combine fluxcd updates in a single PR", "matchDatasources": [ "go" ], - "matchPackageNames": [ - "github.com/fluxcd{/,}**" - ] + "matchPackagePatterns": ["^github\\.com/fluxcd"], + "groupName": "fluxcd dependencies", + "groupSlug": "fluxcd-dependencies" } + ] }