From f7250f24fe424b6f2a2bab62309693fb8b26a002 Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Thu, 9 Oct 2025 20:34:54 +0200 Subject: [PATCH] chore: ignore renovate major updates for postgres image (#22764) --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 5fe45d61f7..d214a81da5 100644 --- a/renovate.json +++ b/renovate.json @@ -21,6 +21,12 @@ "addLabels": [ "📱mobile" ] + }, + { + "matchDatasources": ["docker"], + "matchPackageNames": ["ghcr.io/immich-app/postgres"], + "matchUpdateTypes": ["major"], + "enabled": false } ], "ignorePaths": [