]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
dependabot: disable rust checks
authorJason Ish <jason.ish@oisf.net>
Tue, 13 Feb 2024 16:08:37 +0000 (10:08 -0600)
committerVictor Julien <victor@inliniac.net>
Wed, 14 Feb 2024 06:04:28 +0000 (07:04 +0100)
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.

.github/dependabot.yml

index c063687ed180433b18b2786464383c08651acb27..46cc10a4f8ceea59b4f515f966be2ad47cda44aa 100644 (file)
@@ -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: