From dd6d996ae411349c1e25db0011dd7e599b04d959 Mon Sep 17 00:00:00 2001 From: Vivian Roest Date: Wed, 18 May 2022 19:25:49 +0200 Subject: [PATCH] renovate: add helm-values --- .../cluster/apps/gitops/renovate/renovate-infrastructure.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml b/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml index 8c60e234..8b01a373 100644 --- a/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml +++ b/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml @@ -53,10 +53,14 @@ metadata: data: config.json: |- { + "extends": ["github>whitesource/merge-confidence:beta"], "repositories": ["v/infrastructure"], "flux": { "fileMatch": ["flux/.+\\.yaml$"] }, + "helm-values": { + "fileMatch": ["flux/.+\\.yaml$"] + } "kubernetes": { "fileMatch": ["flux/.+\\.yaml$"] }