From ddee222f86b7a64b4034496f07b9e4257aa74f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Eppl=C3=A9e?= Date: Thu, 22 May 2025 12:18:54 +0200 Subject: [PATCH] chore: Group renovate postgres updates --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index ed294b5..3b89620 100644 --- a/renovate.json +++ b/renovate.json @@ -10,6 +10,11 @@ "groupName": "asdf tool versions", "matchFileNames": [".tool-versions"] }, + { + "groupName": "postgres", + "description": "Group updates to postgres across drone ci, docker-compose.yml and other files", + "matchDepNames": ["postgres"] + }, { "matchFileNames": [".tool-versions"], "matchPackageNames": ["elixir"],