From 9d5d218eb4d1d92b13efcc9defd08f72875856a1 Mon Sep 17 00:00:00 2001 From: Victor Date: Fri, 27 May 2022 13:15:08 +0200 Subject: [PATCH] renovate: flux ignore some things --- .../apps/gitops/renovate/renovate-infrastructure.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml b/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml index d3c8e67..4c5f7b7 100644 --- a/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml +++ b/flux/cluster/apps/gitops/renovate/renovate-infrastructure.yaml @@ -80,6 +80,15 @@ data: ] } ], + // ignore individual fluxcd images + "ignoreDeps": [ + "ghcr.io/fluxcd/helm-controller", + "ghcr.io/fluxcd/image-automation-controller", + "ghcr.io/fluxcd/image-reflector-controller", + "ghcr.io/fluxcd/kustomize-controller", + "ghcr.io/fluxcd/notification-controller", + "ghcr.io/fluxcd/source-controller" + ], "regexManagers": [ { "description": "Process GitRepository CRD dependencies - Chart and Github Release are the same version",