Skip to content

Commit 142650e

Browse files
committed
Add dependabot
1 parent b9804b8 commit 142650e

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: cargo
4+
directory: "/"
5+
schedule:
6+
interval: daily
7+
time: "08:00"
8+
timezone: UTC
9+
open-pull-requests-limit: 6
10+
- package-ecosystem: npm
11+
directories:
12+
- "/"
13+
- "/clients/js"
14+
schedule:
15+
interval: daily
16+
time: "09:00"
17+
timezone: UTC
18+
open-pull-requests-limit: 6

0 commit comments

Comments
 (0)