diff --git a/renovate.json b/renovate.json index b1d260c..97b70f5 100644 --- a/renovate.json +++ b/renovate.json @@ -10,5 +10,24 @@ ], "postUpdateOptions": [ "gomodTidy" - ] + ], + "packageRules": [ + { + "description": "Combine crossplane updates in a single PR", + "matchDatasources": [ + "go" + ], + "matchPackageNames": [ + "github.com/crossplane/crossplane{/,}**" + ] + }, + { + "description": "Combine fluxcd updates in a single PR", + "matchDatasources": [ + "go" + ], + "matchPackageNames": [ + "github.com/fluxcd{/,}**" + ] + } }