Dependabot: `go mod tidy` and `vendor` support - GitHub Changelog

Dependabot version updates now run the go mod tidy command during every update, which helps keep your go.mod file well-organized and free of stale module versions. If your repository vendors…