From 77db44353c9657031483c67e29b4e27df2ddc680 Mon Sep 17 00:00:00 2001 From: Mads Jon Nielsen Date: Wed, 28 Jan 2026 08:21:37 +0100 Subject: [PATCH] Add gomodtidy to post update --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 8b38021..aac56cc 100644 --- a/renovate.json +++ b/renovate.json @@ -1,3 +1,4 @@ { - "extends": ["config:best-practices", "config:recommended", ":gomod", ":maintainLockFilesMonthly", ":disableDependencyDashboard"] + "extends": ["config:best-practices", "config:recommended", ":gomod", ":maintainLockFilesMonthly", ":disableDependencyDashboard"], + "postUpdateOptions": ["gomodTidy"] }