mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-21 16:41:01 -05:00
chore: Iterate on renovate
This commit is contained in:
parent
6c46ab7708
commit
2af5c34b2d
1 changed files with 8 additions and 0 deletions
8
.github/renovate.json5
vendored
8
.github/renovate.json5
vendored
|
@ -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",
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue