Skip to content

Commit 032b00a

Browse files
committed
add dependabot to sv2
1 parent 2fef8b9 commit 032b00a

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/pool-apps"
5+
schedule:
6+
interval: "daily"
7+
allow:
8+
- dependency-name: "stratum-core"
9+
10+
- package-ecosystem: "cargo"
11+
directory: "/miner-apps"
12+
schedule:
13+
interval: "daily"
14+
allow:
15+
- dependency-name: "stratum-core"
16+
17+
- package-ecosystem: "cargo"
18+
directory: "/integration-tests"
19+
schedule:
20+
interval: "daily"
21+
allow:
22+
- dependency-name: "stratum-core"

0 commit comments

Comments
 (0)