From: Jason Ish Date: Tue, 13 Feb 2024 16:08:37 +0000 (-0600) Subject: dependabot: disable rust checks X-Git-Tag: suricata-8.0.0-beta1~1756 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c686af149a02f415221556a6c72f6e5f99c5230;p=thirdparty%2Fsuricata.git 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. --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c063687ed1..46cc10a4f8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: