typos/.github/renovate.json5

16 lines
337 B
Text
Raw Normal View History

2022-12-01 12:20:06 -05:00
{
"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",
},
],
}