remove quotes from act renovate regex

This commit is contained in:
MrMeeb 2024-02-17 16:45:01 +00:00
parent 662160f0a4
commit 573bc36ae2

View File

@ -9,7 +9,7 @@
{
"customType": "regex",
"fileMatch": ["Dockerfile"],
"matchStrings": ["ARG ACT_VERSION=[\"](?<currentValue>.*)[\"]"],
"matchStrings": ["ARG ACT_VERSION=(?<currentValue>.*)"],
"datasourceTemplate": "gitea-releases",
"depNameTemplate": "gitea/act_runner"
}