ci: match renovate with new dockerfile names (#1453)

This commit is contained in:
Callum Tait
2022-05-16 10:15:44 +01:00
committed by GitHub
parent cdc9d20e7a
commit b5aa1750bb

View File

@@ -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",