Allow dependabot to check node modules

This commit is contained in:
John Losito 2021-01-07 19:26:11 -05:00
parent 3d8debd658
commit 93ed3c6f88

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

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