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