Add dependabot.yml (#97)

This commit is contained in:
Justin Starry 2020-07-08 17:06:19 +08:00 committed by GitHub
parent 23d0ce8528
commit 0b2fdbc340
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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

@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/token/js"
schedule:
interval: daily
time: "01:00"
timezone: America/Los_Angeles
open-pull-requests-limit: 3
- package-ecosystem: npm
directory: "/token-swap/js"
schedule:
interval: daily
time: "01:00"
timezone: America/Los_Angeles
open-pull-requests-limit: 3