Skip to content

Commit

Permalink
ci: add dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Yag000 committed Dec 25, 2024
1 parent 34e0c3f commit 2bc193f
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
# General updates (run monthly)
- package-ecosystem: "cargo"
directory: "/"
target-branch: "main"
schedule:
interval: "monthly"

# Security updates (run daily)
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "daily"
ignore:
- dependency-name: "*" # Ensure only security updates are included
commit-message:
prefix: "security"

0 comments on commit 2bc193f

Please sign in to comment.