From ee57a38d1835da48a7131b1ad880d39388acff63 Mon Sep 17 00:00:00 2001 From: Ed Page Date: Mon, 5 Dec 2022 09:38:12 -0600 Subject: [PATCH] chore(ci): Update renovate --- .github/renovate.json5 | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8dd1395..53161ba 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": [ @@ -28,7 +31,7 @@ "matchCurrentVersion": ">=0.1.0", "matchUpdateTypes": ["patch"], "automerge": true, - "groupName": "dev", + "groupName": "compatible (dev)", }, { "matchManagers": ["cargo"], @@ -36,7 +39,7 @@ "matchCurrentVersion": ">=1.0.0", "matchUpdateTypes": ["minor"], "automerge": true, - "groupName": "dev", + "groupName": "compatible (dev)", }, ], }