chore: setup renovatebot

This commit is contained in:
Oskar 2022-06-18 08:36:56 +02:00 committed by GitHub
parent 556beea836
commit 82e4f70f03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 19 additions and 0 deletions

19
renovate.json Normal file
View File

@ -0,0 +1,19 @@
{
"extends": [
"config:base"
],
"prHourlyLimit": 0,
"automergeType": "pr",
"prCreation": "immediate",
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
}
]
}