From 64b2c7f9ad3772b188bc154aef14d01cb4691dbe Mon Sep 17 00:00:00 2001 From: samuel-p Date: Sat, 15 Jan 2022 17:33:46 +0100 Subject: [PATCH] updated renovate.json --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 8ab638c..11bee20 100644 --- a/renovate.json +++ b/renovate.json @@ -10,7 +10,7 @@ "regexManagers": [ { "fileMatch": [ - "^.ref$" + "^\\.ref$" ], "matchStrings": [ "(?)(?.*)" @@ -21,7 +21,7 @@ }, { "fileMatch": [ - "^.woodpecker/.release.yml$" + "^\\.woodpecker\\/\\.release\\.yml$" ], "matchStrings": [ "\\s+matrix:\\s+VERSION:[-\\s]+(?.*?)\\s+"