Skip to content

Commit

Permalink
Add Dependabot configuration.
Browse files Browse the repository at this point in the history
Add Dependabot configuration.
  • Loading branch information
yezzfusl authored Aug 6, 2024
2 parents 19263a0 + 3e2fbc5 commit 8ad421a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:
# Configuration for dependency updates in Cargo.toml
- package-ecosystem: "cargo"
directory: "/" # Location of your Cargo.toml
schedule:
interval: "daily" # Check for updates daily
# Configuration for updates on other package ecosystems, if needed
# - package-ecosystem: "npm"
# directory: "/frontend"
# schedule:
# interval: "weekly"

0 comments on commit 8ad421a

Please sign in to comment.