dependabot: disable rust checks

As we don't have a Cargo.toml and a Cargo.lock, dependabot for Rust
hasn't been working correctly. Disable, as we now have our own cargo
audit and update workflows.
pull/10413/head
Jason Ish 1 year ago committed by Victor Julien
parent c7cb3e92a6
commit 5c686af149

@ -1,11 +1,5 @@
version: 2
updates:
- package-ecosystem: "cargo"
directory: "/rust"
schedule:
interval: "daily"
commit-message:
prefix: "rust:"
- package-ecosystem: "github-actions"
directory: "/"
schedule:

Loading…
Cancel
Save