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