Skip to content

Commit a743f94

Browse files
authored
ci: add cargo to dependabot
to auto update deps
1 parent 4502f14 commit a743f94

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
version: 2
22
updates:
3-
43
- package-ecosystem: "github-actions"
54
directory: "/"
65
schedule:
7-
interval: "weekly"
6+
interval: "monthly"
7+
- package-ecosystem: "cargo"
8+
directory: "/"
9+
schedule:
10+
interval: "monthly"

0 commit comments

Comments
 (0)