From 377017ac3a4c43878748805cb0e60431f421c8d6 Mon Sep 17 00:00:00 2001
From: Michael McLeroy <michaelmcleroy@cloudfitsoftware.com>
Date: Tue, 20 Apr 2021 14:06:46 -0400
Subject: [PATCH] fix: values.yaml ref

---
 renovate.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/renovate.json b/renovate.json
index eb854fb..d223b65 100644
--- a/renovate.json
+++ b/renovate.json
@@ -4,7 +4,7 @@
   "regexManagers": [
     {
       "fileMatch": [
-        "^values.yaml$"
+        "^values\\.yaml$"
       ],
       "matchStrings": [
         "org\\.opencontainers\\.image\\.version:\\s+\"(?<currentValue>.+?)\""
@@ -14,7 +14,7 @@
     },
     {
       "fileMatch": [
-        "^values.yaml$"
+        "^values\\.yaml$"
       ],
       "matchStrings": [
         "tags:\\s+-\\s+\"(?<currentValue>.+?)\""
-- 
GitLab