From dc29e31bcc363898e7977a2867a11dea6530278b Mon Sep 17 00:00:00 2001 From: Callum Tait <15716903+toast-gear@users.noreply.github.com> Date: Fri, 12 Aug 2022 02:41:30 +0100 Subject: [PATCH] ci: add rootless dnd to renovate (#1711) --- .github/renovate.json5 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index fa3feeff..8d07d6c5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -31,7 +31,8 @@ { "fileMatch": [ "runner/actions-runner.dockerfile", - "runner/actions-runner-dind.dockerfile" + "runner/actions-runner-dind.dockerfile", + "runner/actions-runner-dind-rootless.dockerfile" ], "matchStrings": ["RUNNER_VERSION=+(?.*?)\\n"], "depNameTemplate": "actions/runner",