Skip to content

Commit 3feb079

Browse files
grieve54706goldmedal
authored andcommitted
chore(dependabot): add dependabot.yml for multi module (#693)
1 parent 0a40240 commit 3feb079

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/dependabot.yml

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "maven"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
- package-ecosystem: "pip"
8+
directories:
9+
- "/ibis-server"
10+
- "/wren-modeling-py"
11+
schedule:
12+
interval: "weekly"
13+
- package-ecosystem: "cargo"
14+
directory: "/wren-modeling-rs"
15+
schedule:
16+
interval: "weekly"

0 commit comments

Comments
 (0)