From 4899eaa4cf9d4a8951cd8d14ed9acfb1ea8417ee Mon Sep 17 00:00:00 2001 From: Johnnie Gray Date: Sun, 22 Sep 2024 18:15:20 -0700 Subject: [PATCH] Add Dependabot updates for Rust dependencies --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7e7987a..ce927d3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,9 @@ updates: directory: "/" # Location of your workflows, typically the root folder schedule: interval: "daily" # Frequency of update checks (daily, weekly, or monthly) + + # Enable Dependabot for Rust dependencies + - package-ecosystem: "cargo" + directory: "/" # Location of your Cargo.toml file, typically the root folder + schedule: + interval: "weekly" # Frequency of update checks (daily, weekly, or monthly) \ No newline at end of file