Configure renovate to pin dependencies

This commit is contained in:
Georg Krause 2022-01-28 16:35:49 +01:00
parent 53dec02b86
commit 9c40500de5
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"prConcurrentLimit": 1,
"ignoreDeps": ["$CI_REGISTRY/funkwhale/backend-test-docker"],
"rangeStrategy": "bump",
"rangeStrategy": "pin",
"lockFileMaintenance": { "enabled": true },
"dependencyDashboard": true,
"baseBranches": ["stable", "develop"],