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
In the long run, I would love to have a bot that makes automatic PRs whenever our vendored dependencies are updated. In the short run, I think we can be satisfied with the following setup:
A script and/or tox environment that we can run that does the update for us.
A weekly CI job - either not run during normal PR, or run as an "allowed failure" during normal PR - that runs the script and notifies us if it fails, so we can manually do the update.
The text was updated successfully, but these errors were encountered:
In the long run, I would love to have a bot that makes automatic PRs whenever our vendored dependencies are updated. In the short run, I think we can be satisfied with the following setup:
tox
environment that we can run that does the update for us.The text was updated successfully, but these errors were encountered: