From 1dd8f358a26435d77c5f7257986bf0592a3849ce Mon Sep 17 00:00:00 2001 From: Vemund Gaukstad Date: Thu, 17 Aug 2023 21:24:29 +0200 Subject: [PATCH] Update renovate.json --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index 39a2b6e..00181f7 100644 --- a/renovate.json +++ b/renovate.json @@ -2,5 +2,8 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ "config:base" + ], + "postUpdateOptions": [ + "gomodTidy" ] }