renovate/lib/manager/gomod
2021-03-27 06:02:32 +00:00
..
__fixtures__ feat(gomod): dynamic version detection (#6419) 2020-06-03 10:39:29 +02:00
__snapshots__ feat(gomod): Update source import paths on major upgrade (#9144) 2021-03-27 06:02:32 +00:00
artifacts.spec.ts feat(gomod): Update source import paths on major upgrade (#9144) 2021-03-27 06:02:32 +00:00
artifacts.ts feat(gomod): Update source import paths on major upgrade (#9144) 2021-03-27 06:02:32 +00:00
extract.spec.ts refactor: rename compatibility -> constraints (#7308) 2020-09-30 11:02:25 +02:00
extract.ts refactor: eslint no-negated-condition (#8973) 2021-03-04 06:21:55 +01:00
index.ts chore: import linting (#6105) 2020-05-01 18:03:48 +02:00
readme.md feat(gomod): Update source import paths on major upgrade (#9144) 2021-03-27 06:02:32 +00:00
update.spec.ts fix(go): fix go module double suffix on major upgrade (#8946) 2021-03-05 09:28:59 +00:00
update.ts fix(go): fix go module double suffix on major upgrade (#8946) 2021-03-05 09:28:59 +00:00

You might be interested in the following postUpdateOptions:

  1. gomodTidy - if you'd like Renovate to run go mod tidy after every update before raising the PR.
    1. This is implicitly enabled for major updates
  2. gomodUpdateImportPaths - if you'd like Renovate to update your source import paths on major updates before raising the PR.