From f0e40ab5bdd381f9e8b52dcc2f716dc9786e242e Mon Sep 17 00:00:00 2001 From: Marcus Weiner Date: Sun, 28 Apr 2024 22:21:16 +0200 Subject: [PATCH] Improve renovate for Go deps --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 75276b1..c3e5121 100644 --- a/renovate.json +++ b/renovate.json @@ -3,5 +3,9 @@ "extends": [ "config:recommended" ], - "includeForks": true + "includeForks": true, + "postUpdateOptions": [ + "gomodUpdateImportPaths", + "gomodTidy" + ] } \ No newline at end of file