Merge pull request #2 from NotJansel/renovate/configure
Configure Renovate
This commit is contained in:
commit
4419999325
1 changed files with 15 additions and 0 deletions
15
.github/renovate.json
vendored
Normal file
15
.github/renovate.json
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": [
|
||||
"config:recommended"
|
||||
],
|
||||
"commitBody": "[skip ci]",
|
||||
"baseBranches": ["refactor/depUpdates"],
|
||||
"prHourlyLimit": 0,
|
||||
"packageRules": [
|
||||
{
|
||||
"matchUpdateTypes": ["patch", "pin", "digest"],
|
||||
"automerge": true
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue