Try to fix renovates poetry config
This commit is contained in:
parent
553cf9f423
commit
1f27a0070d
|
@ -1,8 +1,5 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"poetry": {
|
|
||||||
"fileMatch": ["api/pyproject.toml"]
|
|
||||||
},
|
|
||||||
"prConcurrentLimit": 1,
|
"prConcurrentLimit": 1,
|
||||||
"ignoreDeps": ["$CI_REGISTRY/funkwhale/backend-test-docker"],
|
"ignoreDeps": ["$CI_REGISTRY/funkwhale/backend-test-docker"],
|
||||||
"rangeStrategy": "bump",
|
"rangeStrategy": "bump",
|
||||||
|
|
Loading…
Reference in New Issue