From a9eeeb115028e151d0ca1eaf620fe945f6a648f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mah=C3=A9?= Date: Tue, 9 Jan 2024 17:49:11 +0100 Subject: [PATCH] renovate: add Dockerfile to the includePaths MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mahé --- .github/renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index a0088f0..9e902e2 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -12,6 +12,7 @@ "action.yaml", "go.mod", "go.sum", + "Dockerfile", ], postUpdateOptions: [ "gomodTidy"