Allow only one renovate MR

This commit is contained in:
Georg Krause 2022-01-20 20:12:41 +01:00
parent 5d1486b95e
commit 70c8397119
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

@ -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 },