github: add dependabot config (#71)

This commit is contained in:
Tyler Wilding 2022-06-21 21:59:49 -04:00 committed by GitHub
parent 9b7a3f2807
commit 5d142b2265
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "cargo"
directory: "src-tauri/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"