diff --git a/.gitlab/renovate.json b/.gitlab/renovate.json
index 940edb303e39108f2c7b807ed76e9247a83bd4c3..6dbc4a610c03856f74af9c9835c8cc2031239664 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"]
+      }
     }
   ]
 }