Allow only one renovate MR
This commit is contained in:
parent
5d1486b95e
commit
70c8397119
|
@ -3,7 +3,7 @@
|
|||
"poetry": {
|
||||
"fileMatch": ["api/pyproject.toml"]
|
||||
},
|
||||
"prConcurrentLimit": 5,
|
||||
"prConcurrentLimit": 1,
|
||||
"ignoreDeps": ["$CI_REGISTRY/funkwhale/backend-test-docker"],
|
||||
"rangeStrategy": "bump",
|
||||
"lockFileMaintenance": { "enabled": true },
|
||||
|
|
Loading…
Reference in New Issue