From 053f6b6b4053f46cf901b9ff50931306a2cff473 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Fri, 28 Feb 2025 14:47:58 +0000 Subject: [PATCH] And the random manifests, and the helm templates in case any hardcoded stuff is left Signed-off-by: Martyn Ranyard --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate.json b/renovate.json index 2269228..5482e4f 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,11 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "argocd": { "fileMatch": ["everything-app/.+\\.yaml$"] + }, + "kubernetes": { + "fileMatch": [ + "apps-kustomized/.+\\.yaml$", + "apps-helm/.+/tempates/.+\\.yaml" + ] } }