diff --git a/.github/renovate.json b/.github/renovate.json index 7f1730884..77ed33a25 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -225,6 +225,15 @@ "apps/umami*/2.16.1/*.yml" ], "allowedVersions": ">=2.16.1" + }, + { + "matchDatasources": [ + "docker" + ], + "matchPackagePrefixes": [ + "ghcr.io/immich-app/postgres" + ], + "enabled": false } ], "prCreation": "immediate"