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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

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