From b29af98a3697ac5322f2b2c551686df2a0b56c9c Mon Sep 17 00:00:00 2001 From: silverwind Date: Mon, 11 May 2026 08:35:48 +0200 Subject: [PATCH] ci(renovate): update Go import paths on major bumps (#37641) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Enable `gomodUpdateImportPaths` so Renovate rewrites import paths (e.g. `foo/v2` → `foo/v3`) across the repo when bumping Go modules across major versions. --- This PR was written with the help of Claude Opus 4.7 Co-authored-by: Claude (Opus 4.7) Co-authored-by: Nicolas --- renovate.json5 | 1 + 1 file changed, 1 insertion(+) 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"],