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",
|
||||
"extends": ["config:base"],
|
||||
"rangeStrategy": "bump",
|
||||
"branchConcurrentLimit": 5,
|
||||
"enabledManagers": ["npm", "cargo"],
|
||||
"baseBranches": ["develop"],
|
||||
"ignorePaths": [
|
||||
"packages/megalodon/package.json",
|
||||
"packages/backend-rs/npm"
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
"enabled": true,
|
||||
"recreateWhen": "always",
|
||||
|
|
Loading…
Reference in a new issue