From f146ab7420c6cf5306a3b5d057bdf76fd03d47e5 Mon Sep 17 00:00:00 2001 From: Manfred Touron <94029+moul@users.noreply.github.com> Date: Tue, 30 Jun 2020 22:24:51 +0200 Subject: [PATCH] chore: tell renovate to run go mod tidy --- .github/renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 031be2c..31ab500 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -2,5 +2,6 @@ "extends": [ "config:base" ], - "groupName": "all" + "groupName": "all", + "gomodTidy": true }