Add basic dependabot config (#37)

This commit is contained in:
Ross Brodbeck 2020-07-17 08:48:19 -04:00 committed by GitHub
parent 9c3d869495
commit 7e6d5ca343
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,9 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"