mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -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
|
// - Have lockfile and manifest in-sync
|
||||||
{
|
{
|
||||||
"matchManagers": ["cargo"],
|
"matchManagers": ["cargo"],
|
||||||
|
"matchCurrentVersion": ">=0.1.0",
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"groupName": "safe",
|
"groupName": "safe",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"matchManagers": ["cargo"],
|
||||||
|
"matchCurrentVersion": ">=1.0.0",
|
||||||
|
"matchUpdateTypes": ["minor"],
|
||||||
|
"automerge": true,
|
||||||
|
"groupName": "safe",
|
||||||
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue