diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 8d07d6c5..2bdba6e4 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -30,9 +30,9 @@ }, { "fileMatch": [ - "runner/actions-runner.dockerfile", - "runner/actions-runner-dind.dockerfile", - "runner/actions-runner-dind-rootless.dockerfile" + "runner/actions-runner.ubuntu-20.04.dockerfile", + "runner/actions-runner-dind.ubuntu-20.04.dockerfile", + "runner/actions-runner-dind-rootless.ubuntu-20.04.dockerfile" ], "matchStrings": ["RUNNER_VERSION=+(?.*?)\\n"], "depNameTemplate": "actions/runner",