From f08da202408224d7eef8821ee1e932886c3524c5 Mon Sep 17 00:00:00 2001 From: Breee Date: Tue, 12 Dec 2023 21:45:39 +0100 Subject: [PATCH] gomodtidy --- .github/renovate.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index fca8432..ccd4cdd 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -5,11 +5,13 @@ "dependencies" ], "extends": [ - "config:base" + "config:base", + ":semanticCommits" ], "baseBranches": [ "main" ], + "postUpdateOptions": ["gomodTidy"], "dependencyDashboard": true, "packageRules": [ {