Skip to content

Commit

Permalink
Add dependabot.yml (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored Jul 8, 2020
1 parent 23d0ce8 commit 0b2fdbc
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0b2fdbc

Please sign in to comment.