From b35aac1cee856b8c30dcb45bb38f94140c5fe6b7 Mon Sep 17 00:00:00 2001
From: Sheogorath <sheogorath@shivering-isles.com>
Date: Sun, 4 Feb 2024 13:28:47 +0100
Subject: [PATCH] ci(renovate): Restrict matching for flux manager

---
 renovate.json | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/renovate.json b/renovate.json
index 3363cd746..75c088fdc 100644
--- a/renovate.json
+++ b/renovate.json
@@ -16,7 +16,11 @@
   "osvVulnerabilityAlerts": true,
   "flux": {
     "fileMatch": [
-      "\\.yaml$"
+      "apps/.+\\.yaml$",
+      "clusters/.+\\.yaml$",
+      "shared/components/.+\\.yaml$",
+      "shared/applications/.+\\.yaml$",
+      "infrastructure/.+\\.yaml$"
     ]
   },
   "kubernetes": {
-- 
GitLab