From 4b7e8d5123e5bb19eadb4077fd65886b4ca7b200 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Mon, 13 Feb 2023 22:11:20 +0000 Subject: [PATCH] Add go mod tidy to renovate post update Signed-off-by: Ian Lewis --- renovate.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index 84557661f..353163f23 100644 --- a/renovate.json +++ b/renovate.json @@ -1,10 +1,8 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": [ - "config:base", - ":gitSignOff" - ], + "extends": ["config:base", ":gitSignOff"], "schedule": ["every weekend"], + "postUpdateOptions": ["gomodTidy", "gomodUpdateImportPaths"], "packageRules": [ { "matchManagers": ["github-actions"],