Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 0b2fdbc

Browse files
authored
Add dependabot.yml (#97)
1 parent 23d0ce8 commit 0b2fdbc

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: "/token/js"
5+
schedule:
6+
interval: daily
7+
time: "01:00"
8+
timezone: America/Los_Angeles
9+
open-pull-requests-limit: 3
10+
- package-ecosystem: npm
11+
directory: "/token-swap/js"
12+
schedule:
13+
interval: daily
14+
time: "01:00"
15+
timezone: America/Los_Angeles
16+
open-pull-requests-limit: 3

0 commit comments

Comments
 (0)