From e795a9a41173cb99f56ea9a6aabee58baa262831 Mon Sep 17 00:00:00 2001 From: samuel-p Date: Sat, 15 Jan 2022 16:56:14 +0100 Subject: [PATCH] updated renovate.json --- renovate.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/renovate.json b/renovate.json index 5e5ceff..8ab638c 100644 --- a/renovate.json +++ b/renovate.json @@ -10,10 +10,10 @@ "regexManagers": [ { "fileMatch": [ - ".ref" + "^.ref$" ], "matchStrings": [ - "(?)(?.*?)" + "(?)(?.*)" ], "depNameTemplate": "https://github.com/pixelfed/pixelfed.git", "versioningTemplate": "git", @@ -21,7 +21,7 @@ }, { "fileMatch": [ - ".woodpecker/.release.yml" + "^.woodpecker/.release.yml$" ], "matchStrings": [ "\\s+matrix:\\s+VERSION:[-\\s]+(?.*?)\\s+"