diff --git a/renovate.json5 b/renovate.json5 index aaffda2bc9..ab07051590 100644 --- a/renovate.json5 +++ b/renovate.json5 @@ -61,6 +61,7 @@ { "groupName": "go dependencies", "matchManagers": ["gomod"], + "postUpdateOptions": ["gomodUpdateImportPaths"], "postUpgradeTasks": { "commands": ["make tidy"], "fileFilters": ["go.mod", "go.sum", "assets/go-licenses.json"],