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