mirror of https://github.com/freeCodeCamp/devdocs
parent
12429e9abf
commit
152d1b3658
@ -1,5 +1,16 @@
|
||||
{
|
||||
"extends": [
|
||||
"config:base"
|
||||
"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