ci: update renovate config
This commit is contained in:
parent
084c7f1c84
commit
fb4e449139
1 changed files with 4 additions and 1 deletions
|
@ -2,9 +2,12 @@
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:base"],
|
"extends": ["config:base"],
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
"branchConcurrentLimit": 5,
|
|
||||||
"enabledManagers": ["npm", "cargo"],
|
"enabledManagers": ["npm", "cargo"],
|
||||||
"baseBranches": ["develop"],
|
"baseBranches": ["develop"],
|
||||||
|
"ignorePaths": [
|
||||||
|
"packages/megalodon/package.json",
|
||||||
|
"packages/backend-rs/npm"
|
||||||
|
],
|
||||||
"lockFileMaintenance": {
|
"lockFileMaintenance": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"recreateWhen": "always",
|
"recreateWhen": "always",
|
||||||
|
|
Loading…
Reference in a new issue