Configure Renovate (#5)
* Add renovate.json * Update renovate.json Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
parent
c887194ed6
commit
9cdd9b4358
16
renovate.json
Normal file
16
renovate.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"labels": ["renovate"],
|
||||||
|
"extends": ["config:base"],
|
||||||
|
"branchConcurrentLimit": 20,
|
||||||
|
"dependencyDashboard": true,
|
||||||
|
"major": {
|
||||||
|
"dependencyDashboardApproval": true
|
||||||
|
},
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
|
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
|
||||||
|
"matchCurrentVersion": "!/^0/",
|
||||||
|
"automerge": true
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user