From 5b54d37eb966293f1a4f6f9f542887091e6e236a Mon Sep 17 00:00:00 2001 From: bo0tzz Date: Fri, 9 Aug 2024 11:48:52 +0200 Subject: [PATCH] feat(renovate): group upstream postgres updates Signed-off-by: bo0tzz --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 784466c..99cb80e 100644 --- a/renovate.json +++ b/renovate.json @@ -19,6 +19,10 @@ "matchUpdateTypes": ["major"], "matchPackageNames": ["ghcr.io/cloudnative-pg/postgresql"], "enabled": false + }, + { + "matchPackageNames": ["ghcr.io/cloudnative-pg/postgresql"], + "groupName": "postgresql" } ] }