chroe(renovate): configure renovate

This commit is contained in:
mirror-kt 2022-02-20 21:04:21 +09:00
parent 88dc235639
commit 5bd40951ad
No known key found for this signature in database
GPG Key ID: 9A636A5FA3A47D2A
1 changed files with 19 additions and 0 deletions

19
.github/renovate.json vendored Normal file
View File

@ -0,0 +1,19 @@
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
],
"commitMessagePrefix": "chroe(deps): ",
"labels": [
"dependencies"
],
"prHourlyLimit": 0
}