chore(ci): Update renovate

This commit is contained in:
Ed Page 2022-12-05 09:33:56 -06:00
parent b38d05b941
commit 46839a3bc5

View file

@ -1,4 +1,7 @@
{ {
"schedule": [
"before 3am on the first day of the month"
],
"semanticCommits": "enabled", "semanticCommits": "enabled",
"configMigration": true, "configMigration": true,
"packageRules": [ "packageRules": [
@ -10,14 +13,14 @@
"matchCurrentVersion": ">=0.1.0", "matchCurrentVersion": ">=0.1.0",
"matchUpdateTypes": ["patch"], "matchUpdateTypes": ["patch"],
"automerge": true, "automerge": true,
"groupName": "safe", "groupName": "compatible",
}, },
{ {
"matchManagers": ["cargo"], "matchManagers": ["cargo"],
"matchCurrentVersion": ">=1.0.0", "matchCurrentVersion": ">=1.0.0",
"matchUpdateTypes": ["minor"], "matchUpdateTypes": ["minor"],
"automerge": true, "automerge": true,
"groupName": "safe", "groupName": "compatible",
}, },
], ],
} }