diff --git a/.github/renovate.json b/.github/renovate.json new file mode 100644 index 00000000..d364d471 --- /dev/null +++ b/.github/renovate.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": ["config:base"], + "separateMajorMinor": false, + "packageRules": [ + { + "groupName": "GH Actions", + "matchManagers": ["github-actions"], + "schedule": ["after 5am and before 8am on Wednesday"] + } + ], + "labels": ["topic:infra/ci"] +}