rules_rust
rules_rust copied to clipboard
Disable dependabot
Seems dependabot is back? Can it be disabled again (https://github.com/bazelbuild/rules_rust/issues/1390)?
cc @krasimirgg @scentini
ping @scentini I think there's some checkbox in the repo settings you can use to disable this.
Sorry for the delay @UebelAndre . It seems that we have disabled dependabot apart from security vulnerability updates, and I'd rather not disable those. Is getting rid of the recent PRs a matter of repinning the dependencies?
Sorry for the delay @UebelAndre . It seems that we have disabled dependabot apart from security vulnerability updates, and I'd rather not disable those. Is getting rid of the recent PRs a matter of repinning the dependencies?
Yeah, re-pinning would probably address these. But the issue with Dependabot is that the PR it's suggesting is not sufficient for bumping dependencies. In either the case of crates_repository or crates_vendor Bazel will need to be re-run. It would be awesome if Dependabot could be configured to do the right thing. But it's otherwise just noise to me.