[MISC] Add dependabot configuration (#736)

This commit is contained in:
Amir Zarrinkafsh 2020-03-19 23:04:32 +11:00 committed by GitHub
parent da347abca1
commit 883a2103da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

14
.dependabot/config.yml Normal file
View File

@ -0,0 +1,14 @@
version: 1
update_configs:
- package_manager: "go:modules"
directory: "/"
update_schedule: "daily"
commit_message:
prefix: "[MISC] "
include_scope: true
- package_manager: "javascript"
directory: "/web"
update_schedule: "live"
commit_message:
prefix: "[MISC] "
include_scope: true