mirror of https://github.com/freeCodeCamp/devdocs
commit
d0b7563cbe
@ -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