k8up-io / wrestic

Restic Backup Kubernetes and OpenShift Wrapper - Part of K8up
BSD 3-Clause "New" or "Revised" License
16 stars 3 forks source link

Enable 'go mod tidy' for renovate #80

Closed cimnine closed 3 years ago

cimnine commented 3 years ago

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.