feat: add dependabot to get dep's update alerts and PRs automatically (#2768)

This commit is contained in:
Saber Haj Rabiee 2024-08-05 18:23:45 -07:00 committed by GitHub
parent 0ae67cf122
commit 5deedf721e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

13
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,13 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directories:
- "/"
- "/examples/*"
- "/benchmarks"
schedule:
interval: "daily"