Skip to content

Commit e1e5bf2

Browse files
authored
chore: Update dependabot config (#121)
1 parent 8a00c14 commit e1e5bf2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "cargo"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
allow:
8+
- dependency-type: "all"
9+
groups:
10+
minor:
11+
update-types:
12+
- "minor"
13+
- "patch"
314
- package-ecosystem: "github-actions"
415
directory: "/"
516
schedule:

0 commit comments

Comments
 (0)