devdocs/renovate.json

17 lines
341 B
JSON
Raw Normal View History

2021-06-03 19:15:23 +02:00
{
2021-06-03 21:57:38 +02:00
"labels": ["renovate"],
"extends": ["config:base"],
"branchConcurrentLimit": 20,
"dependencyDashboard": true,
"major": {
"dependencyDashboardApproval": true
},
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
2021-06-03 19:15:23 +02:00
]
}