From 16b0a39988edeb86e24519ccd0782ef503b8521b Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Tue, 7 Nov 2023 11:30:00 +1100 Subject: [PATCH] update renovate config --- renovate.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 62883f1..7adb3a3 100644 --- a/renovate.json +++ b/renovate.json @@ -9,5 +9,6 @@ "matchManagers": ["github-actions"], "groupName": "GitHub actions" } - ] + ], + "postUpdateOptions": ["gomodTidy","gomodUpdateImportPaths"] }