diff --git a/renovate.json b/renovate.json index cccc1062c..1ac4c5c28 100644 --- a/renovate.json +++ b/renovate.json @@ -19,13 +19,31 @@ "prConcurrentLimit": 0, "enabledManagers": [ "custom.regex", - "tekton" + "tekton", + "gomod" ], "tekton": { "managerFilePatterns": [ "/^.tekton/*/" ] }, + "gomod": { + "postUpdateOptions": [ + "gomodUpdateImportPaths", + "gomodTidy" + ], + "packageRules": [ + { + "matchManagers": [ + "gomod" + ], + "matchDepTypes": [ + "indirect" + ], + "enabled": false + } + ] + }, "customManagers": [ { "customType": "regex", @@ -72,6 +90,26 @@ "registry.access.redhat.com/ubi9/ubi-minimal" ], "enabled": false + }, + { + "matchManagers": [ + "gomod" + ], + "enabled": false + }, + { + "matchManagers": [ + "gomod" + ], + "matchPackageNames": [ + "github.com/openshift/hive/apis" + ], + "groupName": "Hive API Synchronization", + "addLabels": [ + "hive-api", + "api-sync" + ], + "enabled": true } ] }