From c938367dc0e0275981b63997e1f93406393b9479 Mon Sep 17 00:00:00 2001 From: Henrique Dias Date: Fri, 20 Jun 2025 07:56:44 +0200 Subject: [PATCH] chore: add go.mod tidy to renovate.json --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index 57c19de..21569d5 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,8 @@ "extends": [ "config:recommended", "group:all" + ], + "postUpdateOptions": [ + "gomodTidy" ] }