This teaches renovate a new trick: Performing a go mod tidy when opening a PR. There's a caveat: It will clean out all dependencies that aren't needed, not just the dependencies which it updates. That's why this features is an opt-in feature. I think that this is a tradeoff we can live with.
As part of this PR I've applied go mod tidy as well.
This teaches renovate a new trick: Performing a
go mod tidy
when opening a PR. There's a caveat: It will clean out all dependencies that aren't needed, not just the dependencies which it updates. That's why this features is an opt-in feature. I think that this is a tradeoff we can live with.As part of this PR I've applied
go mod tidy
as well.