From 573bc36ae276f56277d81b2ec64e64fe8c88ae0e Mon Sep 17 00:00:00 2001 From: MrMeeb Date: Sat, 17 Feb 2024 16:45:01 +0000 Subject: [PATCH] remove quotes from act renovate regex --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 51408e5..3436da7 100644 --- a/renovate.json +++ b/renovate.json @@ -9,7 +9,7 @@ { "customType": "regex", "fileMatch": ["Dockerfile"], - "matchStrings": ["ARG ACT_VERSION=[\"](?.*)[\"]"], + "matchStrings": ["ARG ACT_VERSION=(?.*)"], "datasourceTemplate": "gitea-releases", "depNameTemplate": "gitea/act_runner" }