equinix / terraform-provider-equinix

Terraform Equinix provider
https://deploy.equinix.com/labs/terraform-provider-equinix/
MIT License
47 stars 45 forks source link

chore: tell renovate to run go mod tidy after updating #676

Closed ctreatma closed 1 month ago

ctreatma commented 1 month ago

We periodically have to manually run go mod tidy to clean up our dependencies because Renovate doesn't run that by default for its update PRs. This runs one last manual tidy and updates the Renovate configuration to tell Renovate to clean up after itself from now on.

Reference: https://docs.renovatebot.com/configuration-options/#postupdateoptions

displague commented 1 month ago

I've noticed this problem and fix-up pattern before. Glad to see it addressed.