Skip to content

Commit 06687e4

Browse files
committed
feat: add dependabot configuration for daily Cargo updates
1 parent a3674b0 commit 06687e4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
open-pull-requests-limit: 25
8+
reviewers:
9+
- "unhappychoice"
10+
assignees:
11+
- "unhappychoice"

0 commit comments

Comments
 (0)