chore(renovate): Adjust config to be more efficient and provide better update snippet
This commit is contained in:
parent
3cbbae66ea
commit
3e141fcdcd
|
@ -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"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue