mirror of
https://github.com/clap-rs/clap
synced 2024-11-10 14:54:15 +00:00
chore(ci): Update renovate
This commit is contained in:
parent
35f4597ce2
commit
a9ccb2641c
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",
|
||||
"configMigration": true,
|
||||
"packageRules": [
|
||||
|
@ -28,7 +31,7 @@
|
|||
"matchCurrentVersion": ">=0.1.0",
|
||||
"matchUpdateTypes": ["patch"],
|
||||
"automerge": true,
|
||||
"groupName": "dev",
|
||||
"groupName": "compatible (dev)",
|
||||
},
|
||||
{
|
||||
"matchManagers": ["cargo"],
|
||||
|
@ -36,7 +39,7 @@
|
|||
"matchCurrentVersion": ">=1.0.0",
|
||||
"matchUpdateTypes": ["minor"],
|
||||
"automerge": true,
|
||||
"groupName": "dev",
|
||||
"groupName": "compatible (dev)",
|
||||
},
|
||||
],
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue