From b5aa1750bbe53d2446eb2a001d36ce8827dd03b1 Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Mon, 16 May 2022 10:15:44 +0100 Subject: [PATCH] ci: match renovate with new dockerfile names (#1453) --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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",