mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
16 lines
337 B
Text
16 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",
|
||
|
},
|
||
|
],
|
||
|
}
|