From 320444a9da639c670d3b7ed0c2811f75b6731ea1 Mon Sep 17 00:00:00 2001 From: Matthias Hinrichs Date: Sat, 18 Jul 2026 23:37:34 +0200 Subject: [PATCH] feat: configure renovate to scan additional directories for ArgoCD manifests --- renovate.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/renovate.json b/renovate.json index 4df88cd..b9c4bd4 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,13 @@ "extends": [ "config:recommended" ], + "argocd": { + "fileMatch": [ + "^07_bootstrap_argocd/.+\\.ya?ml$", + "^08_cluster_infrastructure/.+\\.ya?ml$", + "^09_homelab_apps/.+\\.ya?ml$" + ] + }, "packageRules": [ { "matchDatasources": [