Skip to content

Commit d959074

Browse files
committed
build: add dependabot
Signed-off-by: Bryan Cole <[email protected]>
1 parent ca5f0a9 commit d959074

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: "cargo"
4+
directory: "/tap_aggregator"
5+
schedule:
6+
interval: "daily"
7+
8+
- package-ecosystem: "cargo"
9+
directory: "/tap_core"
10+
schedule:
11+
interval: "daily"
12+
13+
- package-ecosystem: "cargo"
14+
directory: "/tap_integration_tests"
15+
schedule:
16+
interval: "daily"

0 commit comments

Comments
 (0)