diff --git a/.gitlab/renovate.json b/.gitlab/renovate.json index 940edb303..6dbc4a610 100644 --- a/.gitlab/renovate.json +++ b/.gitlab/renovate.json @@ -42,6 +42,14 @@ { "matchPackageNames": ["@sentry/tracing", "@sentry/vue"], "groupName": "Sentry" + }, + { + "matchFiles": ["deploy/docker-compose.yml"], + "matchPackageNames": ["postgres"], + "postUpgradeTasks": { + "commands": ["echo 'Upgrade Postgres to version {{ newVersion }}. Make sure to migrate!' > changes/changelog.d/postgres.update"], + "fileFilters": ["changes/changelog.d/postgres.update"] + } } ] }