Merge pull request #1557 from freeCodeCamp/renovate/configure

Configure Renovate
pull/1562/head
Oliver Eyton-Williams 4 years ago committed by GitHub
commit d0b7563cbe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save