diff --git a/.github/renovate.json5 b/.github/renovate.json5 index d4ea754..c9ad918 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -1,4 +1,7 @@ { + "schedule": [ + "before 3am on the first day of the month" + ], "semanticCommits": "enabled", "configMigration": true, "packageRules": [ @@ -10,14 +13,14 @@ "matchCurrentVersion": ">=0.1.0", "matchUpdateTypes": ["patch"], "automerge": true, - "groupName": "safe", + "groupName": "compatible", }, { "matchManagers": ["cargo"], "matchCurrentVersion": ">=1.0.0", "matchUpdateTypes": ["minor"], "automerge": true, - "groupName": "safe", + "groupName": "compatible", }, ], }