Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Two things have driven me away from dependabot, and I don't think there is any movement with fixing these issues. Maybe renovate fixes these issues but I have yet to try it out! * Dependabot will bump the Cargo.toml version of a dependacy, but it never needs to unless a non-patch version was updated! This limits the libraries a user _could_ use downstream, for no reason. All that needs to happen is that the Cargo.lock changes so I can verify my library with a _set_ of libraries that _could_ end up in the users stream. * Dependabot *never* will update recursive depends, Ever! This is a huge problem for my own testing and benchmarks, as unless I rememeber that dependabot does this I will never update build-dependencies of downstream projects, such as cc! This leads to wildly different testing of downstream projects, since they will use the most up-to-date.
- Loading branch information