Create .github/dependabot.yml

This commit is contained in:
Cory Dransfeldt 2023-03-11 21:43:33 -08:00 committed by GitHub
parent 6d91d2f42e
commit 3ed0f94b7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"