chore: add dependabot configuration file (#92)

This commit is contained in:
Aleksandr Bukhalo 2020-08-14 00:54:45 +03:00 committed by GitHub
parent 8094fe8234
commit 63bac9e760
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,11 @@
version: 2
updates:
# Configuration for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "bukhalo"
assignees:
- "bukhalo"