Skip to content

Commit cf8fb61

Browse files
authored
feat: add dependabot (#52)
1 parent ef4b6d0 commit cf8fb61

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
- package-ecosystem: "github-actions"
3+
directory: "/"
4+
schedule:
5+
interval: "weekly"
6+
- package-ecosystem: "cargo"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"
10+
- package-ecosystem: "pip"
11+
directory: "/"
12+
schedule:
13+
interval: "weekly"
14+
- package-ecosystem: "cargo"
15+
directory: "/python"
16+
schedule:
17+
interval: "weekly"
18+
- package-ecosystem: "cargo"
19+
directory: "/cli"
20+
schedule:
21+
interval: "weekly"

0 commit comments

Comments
 (0)