From 9b5ca058efda96adbba88d2891651e2fba8d6a81 Mon Sep 17 00:00:00 2001 From: Henrique Santos <118177985+hcsa73@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:24:11 +0100 Subject: [PATCH] Renovate - Fix config, add setting to update import paths on major module updates (#26) * Fix wrong config * Update import paths on major module updates --------- Co-authored-by: Henrique Santos --- .github/renovate.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index a715ca0c..6b878865 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -14,7 +14,8 @@ "gomod", "github-actions" ], - "postUpgradeOptions": [ - "gomodTidy" + "postUpdateOptions": [ + "gomodTidy", + "gomodUpdateImportPaths" ] } \ No newline at end of file