Improve automatic dependency updates #3637
Labels
enhancement
New feature or request
help wanted
Extra attention is needed
internal
Does not affect users
Is your feature request related to a problem? Please describe.
I'm always frustrated when I have to update chezmoi's dependencies as it requires a lot of manual work:
go.mod
withgo get -u -t ./...
, but I then need to runmake test-release
to build chezmoi for all platforms to updatego.sum
, as long as these are only minor version bumps.requirements*.txt
files).Describe the solution you'd like
I would like an automatic tool to propose dependency high-level dependency update PRs that update related dependencies together, e.g. bumping all minor Go module version dependencies in the same PR.
Describe alternatives you've considered
Keeping this as-is, or writing some tooling myself.
Additional context
The text was updated successfully, but these errors were encountered: