ci: match renovate with new dockerfile names (#1453)
This commit is contained in:
parent
cdc9d20e7a
commit
b5aa1750bb
|
|
@ -30,8 +30,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fileMatch": [
|
"fileMatch": [
|
||||||
"runner/Dockerfile",
|
"runner/actions-runner.dockerfile",
|
||||||
"runner/Dockerfile.dindrunner"
|
"runner/actions-runner-dind.dockerfile"
|
||||||
],
|
],
|
||||||
"matchStrings": ["RUNNER_VERSION=+(?<currentValue>.*?)\\n"],
|
"matchStrings": ["RUNNER_VERSION=+(?<currentValue>.*?)\\n"],
|
||||||
"depNameTemplate": "actions/runner",
|
"depNameTemplate": "actions/runner",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue