chore(renovate): Adjust config to be more efficient and provide better update snippet

This commit is contained in:
Georg Krause 2022-10-27 19:28:27 +02:00
parent 3cbbae66ea
commit 3e141fcdcd
No known key found for this signature in database
GPG Key ID: 2970D504B2183D22
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"prConcurrentLimit": 1, "prConcurrentLimit": 1,
"branchConcurrentLimit": 5, "branchConcurrentLimit": 2,
"ignoreDeps": ["$CI_REGISTRY/funkwhale/backend-test-docker"], "ignoreDeps": ["$CI_REGISTRY/funkwhale/backend-test-docker"],
"rangeStrategy": "pin", "rangeStrategy": "pin",
"lockFileMaintenance": { "enabled": true }, "lockFileMaintenance": { "enabled": true },
@ -49,7 +49,7 @@
"matchFiles": ["deploy/docker-compose.yml"], "matchFiles": ["deploy/docker-compose.yml"],
"matchPackageNames": ["postgres"], "matchPackageNames": ["postgres"],
"postUpgradeTasks": { "postUpgradeTasks": {
"commands": ["echo 'Upgrade Postgres to version {{ newVersion }}. Make sure to migrate!' > changes/changelog.d/postgres.update"], "commands": ["echo 'Upgrade Postgres to version {{ newVersion }}. [Make sure to migrate!](https://docs.funkwhale.audio/administrator_documentation/upgrade_docs/docker.html#upgrade-the-postgres-container)' > changes/changelog.d/postgres.update"],
"fileFilters": ["changes/changelog.d/postgres.update"] "fileFilters": ["changes/changelog.d/postgres.update"]
} }
} }