-
Notifications
You must be signed in to change notification settings - Fork 753
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[proposal] Databend dependency management #3785
Comments
The fisrt task is to remove the dependsbot from databend :) |
If we update dependencies in batch, how could we know which new dependency is not valid? |
We had to deal with these potential problems manually. |
Please take https://docs.renovatebot.com/rust/ into consideration.
Some features I like:
Anyway, I think we should not update crates by hand expect there are breaking changes. |
We should find/make a action that can do the update in batch. |
Currently, between 800 and 1000 dependencies need to be compiled per full build/test of Databend.
dependent-bot is not applicable
Dependency Management
As there is currently no suitable tool to update dependencies in batch, we will perform this process manually. (The main problem is the lack of a simple way to roll back specific packages based on reported errors.)
The text was updated successfully, but these errors were encountered: