From a334ab6bc479e3579519d9d99382cdc79e78cd77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Eppl=C3=A9e?= Date: Thu, 22 May 2025 12:42:57 +0200 Subject: [PATCH] chore(renovate): Use glob patterns to match postgres packages --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 3b89620..fadc4d2 100644 --- a/renovate.json +++ b/renovate.json @@ -13,7 +13,7 @@ { "groupName": "postgres", "description": "Group updates to postgres across drone ci, docker-compose.yml and other files", - "matchDepNames": ["postgres"] + "matchDepNames": ["**postgres**"] }, { "matchFileNames": [".tool-versions"],