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