From 5c686af149a02f415221556a6c72f6e5f99c5230 Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 13 Feb 2024 10:08:37 -0600 Subject: [PATCH] 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. --- .github/dependabot.yml | 6 ------ 1 file changed, 6 deletions(-) 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: