From c7e8a8592206f804d4efb3261e444a9dd9d94b21 Mon Sep 17 00:00:00 2001 From: Derek Smith Date: Tue, 19 Jan 2021 22:10:38 -0600 Subject: [PATCH] chore(renovate): add gomodTidy option --- .github/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/renovate.json b/.github/renovate.json index 60715d3..ba22ac1 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -9,6 +9,7 @@ "config:base", ":pinAllExceptPeerDependencies" ], + "postUpdateOptions": ["gomodTidy"], "major": { "labels": [ "dependencies",