chore: Iterate on renovate

This commit is contained in:
Ed Page 2022-12-01 15:32:14 -06:00
parent 6c46ab7708
commit 2af5c34b2d

View file

@ -7,9 +7,17 @@
// - Have lockfile and manifest in-sync
{
"matchManagers": ["cargo"],
"matchCurrentVersion": ">=0.1.0",
"matchUpdateTypes": ["patch"],
"automerge": true,
"groupName": "safe",
},
{
"matchManagers": ["cargo"],
"matchCurrentVersion": ">=1.0.0",
"matchUpdateTypes": ["minor"],
"automerge": true,
"groupName": "safe",
},
],
}