From 17356e534f8a3e32d2c6d82f7bb18c1f8b1e784c Mon Sep 17 00:00:00 2001
From: mafyuh <mafyuh@noreply.localhost>
Date: Wed, 12 Feb 2025 18:25:59 -0500
Subject: [PATCH] test renovate

---
 .github/renovate.json | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.github/renovate.json b/.github/renovate.json
index 7ebe50a..6cb0949 100644
--- a/.github/renovate.json
+++ b/.github/renovate.json
@@ -15,12 +15,11 @@
   },
   "customManagers": [
     {
-      "customType": "regex",
       "fileMatch": [
         "^kubernetes/[^/]+/helmrelease\\.ya?ml$"
       ],
       "matchStrings": [
-        "chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>[^\\n]+)\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
+        "chart:\\s*\\n\\s*spec:\\s*\\n\\s*chart:\\s*(?<depName>\\S+)\\s*\\n\\s*version:\\s*\"?(?<currentValue>[^\"]+)\"?"
       ],
       "datasourceTemplate": "helm",
       "versioningTemplate": "semver"