[MISC] Add dependabot configuration (#736)

pull/737/head
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
1 changed files with 14 additions and 0 deletions

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