From 1e8ca32a60b867b90528c8e29af4925d1a410d07 Mon Sep 17 00:00:00 2001 From: Victor 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 8c60e23..8b01a37 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$"] }