diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 23fd8e0ea..92b042ae6 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -14,7 +14,11 @@ { "groupName": "all patch versions", "matchUpdateTypes": ["patch"], - "schedule": ["before 8am every weekday"] + "schedule": ["before 8am on Monday"], + // group all patches in a single PR + "matchPackageNames": [ + "*" + ] }, { "matchUpdateTypes": ["minor", "major"],