typos/.github/renovate.json5
2022-12-01 11:20:06 -06:00

15 lines
337 B
Text

{
"semanticCommits": "enabled",
"configMigration": true,
"packageRules": [
// Goals:
// - Rollup safe upgrades to reduce CI runner load
// - Have lockfile and manifest in-sync
{
"matchManagers": ["cargo"],
"matchUpdateTypes": ["patch"],
"automerge": true,
"groupName": "safe",
},
],
}