Commit c2ab489
committed
fix(renovate): disable major updates for indirect Go deps
Go major version updates change module import paths (e.g. v1 → v2).
Indirect dependencies cannot be updated independently since the parent
module (e.g. sops) still imports the old paths. go mod tidy removes
the unused new entries during build, failing the verify step.
Also adds gomodUpdateImportPaths so direct major updates get their
source import paths updated automatically.1 parent 7b1c884 commit c2ab489
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
12 | 18 | | |
13 | 19 | | |
14 | 20 | | |
| |||
25 | 31 | | |
26 | 32 | | |
27 | 33 | | |
28 | | - | |
| 34 | + | |
29 | 35 | | |
30 | 36 | | |
0 commit comments