diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 5e2705b5..014d4093 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -30,8 +30,8 @@ }, { "fileMatch": [ - "runner/Dockerfile", - "runner/Dockerfile.dindrunner" + "runner/actions-runner.dockerfile", + "runner/actions-runner-dind.dockerfile" ], "matchStrings": ["RUNNER_VERSION=+(?.*?)\\n"], "depNameTemplate": "actions/runner",