chore: add dependabot config (#150)

This commit is contained in:
Cain 2023-11-08 21:56:58 +00:00 committed by GitHub
parent 89222b1f44
commit c9c8e700cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/.github/workflows"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/cli"
schedule:
interval: "daily"
- package-ecosystem: "cargo"
directory: "/crates/lib"
schedule:
interval: "daily"