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

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"