You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dependabot tracks the Terraform provider update through go.mod, since #210 the Makefile also references that value to keep it in sync.
This however still requires a manual intervention to run make generate after Dependabot updates the provider. It would be nice to let CI generate and update the code in that same PR.
Dependabot tracks the Terraform provider update through go.mod, since #210 the Makefile also references that value to keep it in sync.
This however still requires a manual intervention to run
make generate
after Dependabot updates the provider. It would be nice to let CI generate and update the code in that same PR.Description and example workflow on how this could work:
dependabot/dependabot-core#5962 (comment)
The text was updated successfully, but these errors were encountered: