Skip to content

Commit

Permalink
Add Dependabot updates for Rust dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmgray committed Sep 23, 2024
1 parent 3a127cc commit 4899eaa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 4899eaa

Please sign in to comment.