From 36a54fdacaf3d271dccb5699542f71c875e597ec Mon Sep 17 00:00:00 2001 From: Yuri Shkuro Date: Wed, 12 Jun 2024 19:37:52 -0400 Subject: [PATCH] Require Renovate bot to run go mod tidy Signed-off-by: Yuri Shkuro --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 0ac2241944e..c94006f3c94 100644 --- a/renovate.json +++ b/renovate.json @@ -7,5 +7,9 @@ "labels": [ "changelog:dependencies" ], + "postUpdateOptions": [ + "gomodTidy", + "gomodUpdateImportPaths" + ], "suppressNotifications": ["prEditedNotification"] }