Browse Source
Try to fix renovates poetry config
merge-requests/1487/head
Georg Krause
4 months ago
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with
0 additions and
3 deletions
-
.gitlab/renovate.json
|
|
@ -1,8 +1,5 @@ |
|
|
|
{ |
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json", |
|
|
|
"poetry": { |
|
|
|
"fileMatch": ["api/pyproject.toml"] |
|
|
|
}, |
|
|
|
"prConcurrentLimit": 1, |
|
|
|
"ignoreDeps": ["$CI_REGISTRY/funkwhale/backend-test-docker"], |
|
|
|
"rangeStrategy": "bump", |
|
|
|