diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000000000000000000000000000000000000..c0ffc0d6354be57e75867d216da654fcbeb09f54 --- /dev/null +++ b/renovate.json @@ -0,0 +1,27 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "github>konflux-ci/mintmaker//config/renovate/renovate.json" + ], + "labels": ["dependencies"], + "gomod": { + "schedule": [ + "after 5am on sunday" + ], + "postUpdateOptions": [ + "gomodUpdateImportPaths", + "gomodTidy" + ], + "packageRules": [ + { + "matchManagers": ["gomod"], + "matchDepTypes": ["indirect"], + "enabled": true + }, + { + "matchPackageNames": ["**"], + "groupName": "Go modules" + } + ] + } +}