Allow dependabot to check node modules (#87)

This commit is contained in:
John Losito 2021-04-20 14:42:48 -04:00 committed by GitHub
parent 3d8debd658
commit 9771d0c9cd
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: "weekly"