fix: configure renovate

This commit is contained in:
Oliver Eyton-Williams 2021-06-03 21:57:38 +02:00
parent 12429e9abf
commit 152d1b3658
No known key found for this signature in database
GPG key ID: C4B00673186643C5

View file

@ -1,5 +1,16 @@
{
"extends": [
"config:base"
"labels": ["renovate"],
"extends": ["config:base"],
"branchConcurrentLimit": 20,
"dependencyDashboard": true,
"major": {
"dependencyDashboardApproval": true
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}