mirror of
https://github.com/crate-ci/typos.git
synced 2024-11-25 02:20:58 -05:00
chore(ci): Update renovate
This commit is contained in:
parent
b38d05b941
commit
46839a3bc5
1 changed files with 5 additions and 2 deletions
7
.github/renovate.json5
vendored
7
.github/renovate.json5
vendored
|
@ -1,4 +1,7 @@
|
||||||
{
|
{
|
||||||
|
"schedule": [
|
||||||
|
"before 3am on the first day of the month"
|
||||||
|
],
|
||||||
"semanticCommits": "enabled",
|
"semanticCommits": "enabled",
|
||||||
"configMigration": true,
|
"configMigration": true,
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
|
@ -10,14 +13,14 @@
|
||||||
"matchCurrentVersion": ">=0.1.0",
|
"matchCurrentVersion": ">=0.1.0",
|
||||||
"matchUpdateTypes": ["patch"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"groupName": "safe",
|
"groupName": "compatible",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["cargo"],
|
"matchManagers": ["cargo"],
|
||||||
"matchCurrentVersion": ">=1.0.0",
|
"matchCurrentVersion": ">=1.0.0",
|
||||||
"matchUpdateTypes": ["minor"],
|
"matchUpdateTypes": ["minor"],
|
||||||
"automerge": true,
|
"automerge": true,
|
||||||
"groupName": "safe",
|
"groupName": "compatible",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue