remove quotes from act renovate regex
All checks were successful
Build Develop Image / Notify (push) Successful in 4s
Build Develop Image / Build Image (push) Successful in 11m54s

This commit is contained in:
MrMeeb 2024-02-17 16:45:01 +00:00
parent 65d9cbaee6
commit 5e8a34bd6f

View File

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