From 31c247f21a00e418ffef29a70b671e3d1d926fe2 Mon Sep 17 00:00:00 2001 From: Michael Adler Date: Thu, 12 Dec 2024 10:41:40 +0100 Subject: [PATCH] ci(renovate): update indirect deps only for hugo Updating indirect dependencies in the main go.mod does not make sense as they are not being used and are reverted by running go mod tidy. Signed-off-by: Michael Adler --- renovate.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json5 b/renovate.json5 index 34bc3e3e..34d4ddb5 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -35,8 +35,7 @@ matchUpdateTypes: ["minor", "patch", "digest"], }, { - // needed to maintain our hugo dependencies - matchManagers: ["gomod"], + matchFileNames: ["hugo/go.mod"], matchDepTypes: ["indirect"], enabled: true, },