From 28ea8d4e7bb86c39e4acf736706ddab5068adc20 Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Thu, 1 Dec 2022 21:40:49 +0000 Subject: [PATCH] ci: align renovate config with new names (#2065) --- .github/renovate.json5 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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",