ci: update renovate config
This commit is contained in:
parent
909843818a
commit
9a904f359f
1 changed files with 2 additions and 6 deletions
|
@ -1,11 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": ["config:recommended"],
|
||||||
"config:recommended",
|
|
||||||
"group:recommended",
|
|
||||||
"group:monorepos",
|
|
||||||
"group:definitelyTyped"
|
|
||||||
],
|
|
||||||
"labels": ["Dependency"],
|
"labels": ["Dependency"],
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
"branchConcurrentLimit": 0,
|
"branchConcurrentLimit": 0,
|
||||||
|
@ -15,6 +10,7 @@
|
||||||
"baseBranches": ["develop"],
|
"baseBranches": ["develop"],
|
||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
|
"enabledManagers": ["npm"],
|
||||||
"recreateWhen": "always",
|
"recreateWhen": "always",
|
||||||
"rebaseWhen": "behind-base-branch",
|
"rebaseWhen": "behind-base-branch",
|
||||||
"branchTopic": "lock-file-maintenance",
|
"branchTopic": "lock-file-maintenance",
|
||||||
|
|
Loading…
Reference in a new issue