Merge pull request #1557 from freeCodeCamp/renovate/configure

Configure Renovate
This commit is contained in:
Oliver Eyton-Williams 2021-06-09 09:40:19 +02:00 committed by GitHub
commit d0b7563cbe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

16
renovate.json Normal file
View 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
}
]
}