remove quotes from act renovate regex
This commit is contained in:
parent
662160f0a4
commit
573bc36ae2
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user