From 381d1bc1815e6f1bc0b5aecbca837bbd076b42b1 Mon Sep 17 00:00:00 2001 From: Erik Godding Boye Date: Mon, 15 Sep 2025 20:44:16 +0200 Subject: [PATCH] Run 'make generate' on all go.mod updates Signed-off-by: Erik Godding Boye --- default.json5 | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/default.json5 b/default.json5 index cf9e104..4c49bfa 100644 --- a/default.json5 +++ b/default.json5 @@ -105,14 +105,6 @@ ], dependencyDashboardApproval: true }, - { - matchManagers: [ - 'gomod', - ], - postUpdateOptions: [ - 'gomodTidy', - ], - }, { // Set groupName to null to avoid this dependency from being included in the misc GHA group above. groupName: null, @@ -123,6 +115,7 @@ }, { matchFileNames: [ + '**/go.mod', // This will break all projects using this preset, but not makefile-module. 'deploy/charts/**/values.yaml', ], postUpgradeTasks: {