From d53af8ed54f4e5c1d2f46512aceff19a344637ed Mon Sep 17 00:00:00 2001 From: Marcin Jasion <5058132+mjasion@users.noreply.github.com> Date: Tue, 18 Jun 2024 07:05:02 +0200 Subject: [PATCH] chore(renovate): Configure renovate to combine redis, postgres and clichouse from bitnami into single PR (#425) Configure renovate to combine redis, postgres and clichouse from bitnami into single pr Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 00d766c0..06ef1211 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -13,7 +13,11 @@ "matchDatasources": [ "helm" ], - "matchPackagePrefixes": ["^bitnami/"] + "matchPackagePrefixes": [ + "redis", + "postgres", + "clickhouse" + ] } ] }