From b7e91fcd6403549f553042f7694403d4ef4abedc Mon Sep 17 00:00:00 2001 From: Joel Takvorian <jtakvori@redhat.com> Date: Fri, 25 Apr 2025 16:20:22 +0200 Subject: [PATCH] Group renovate PRs --- renovate.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 00000000..c0ffc0d6 --- /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" + } + ] + } +} -- GitLab