ci: align renovate config with new names (#2065)

This commit is contained in:
Callum Tait 2022-12-01 21:40:49 +00:00 committed by GitHub
parent c1fb793773
commit 28ea8d4e7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -30,9 +30,9 @@
}, },
{ {
"fileMatch": [ "fileMatch": [
"runner/actions-runner.dockerfile", "runner/actions-runner.ubuntu-20.04.dockerfile",
"runner/actions-runner-dind.dockerfile", "runner/actions-runner-dind.ubuntu-20.04.dockerfile",
"runner/actions-runner-dind-rootless.dockerfile" "runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile"
], ],
"matchStrings": ["RUNNER_VERSION=+(?<currentValue>.*?)\\n"], "matchStrings": ["RUNNER_VERSION=+(?<currentValue>.*?)\\n"],
"depNameTemplate": "actions/runner", "depNameTemplate": "actions/runner",