From b6c056ae580868680fdadec9bab4efe12d861fd7 Mon Sep 17 00:00:00 2001 From: Alec Thomas Date: Mon, 30 Mar 2026 12:41:48 +1100 Subject: [PATCH] fix: force Renovate to run "go mod tidy" so the CI checks pass --- renovate.json5 | 1 + 1 file changed, 1 insertion(+) diff --git a/renovate.json5 b/renovate.json5 index 9ade4812..050483e8 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -9,6 +9,7 @@ "schedule:earlyMondays", // Run once a week. 'helpers:pinGitHubActionDigests', ], + "postUpdateOptions": ["gomodTidy"], "packageRules": [ { "matchPackageNames": ["golangci-lint"],