fix: configure renovate

pull/1557/head
Oliver Eyton-Williams 4 years ago
parent 12429e9abf
commit 152d1b3658
No known key found for this signature in database
GPG Key ID: C4B00673186643C5

@ -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
}
]
}

Loading…
Cancel
Save