diff --git a/renovate.json b/renovate.json index f2c61e7..91e21d6 100644 --- a/renovate.json +++ b/renovate.json @@ -8,5 +8,8 @@ "minimumReleaseAge": null, "prCreation": "immediate" }, - "postUpdateOptions": ["gomodTidy"] + "postUpdateOptions": [ + "gomodTidy", + "gomodUpdateImportPaths" + ] }