From b7357e20883d70d70a2b36859ab1f0867b947a1b Mon Sep 17 00:00:00 2001 From: Charles Treatman Date: Wed, 15 May 2024 13:52:13 -0500 Subject: [PATCH] chore: configure Renovate to run go mod tidy (#463) --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index 39a2b6e9..00181f71 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" + ], + "postUpdateOptions": [ + "gomodTidy" ] }