From aeb9cb8e2989fd675739d2149931e9b5c71746ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Eppl=C3=A9e?= Date: Thu, 22 May 2025 13:06:08 +0200 Subject: [PATCH] fix(renovate): Exclude elixir dependencies from postgres update --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 111dc1b..7e12828 100644 --- a/renovate.json +++ b/renovate.json @@ -13,7 +13,8 @@ { "groupName": "postgres", "description": "Group updates to postgres across drone ci, docker-compose.yml and other files", - "matchPackageNames": ["**postgres**"] + "matchPackageNames": ["postgres", "docker.io/library/postgres"], + "matchDatasources": ["docker"] }, { "matchFileNames": [".tool-versions", "Dockerfile"],