Skip to content

Commit d0149fc

Browse files
committed
Enable dependabot
1 parent 03fa966 commit d0149fc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/dependabot.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: cargo
5+
directory: /
6+
schedule:
7+
interval: daily
8+
groups:
9+
minor-updates:
10+
applies-to: version-updates
11+
update-types:
12+
- minor
13+
- patch
14+
15+
- package-ecosystem: github-actions
16+
directory: /
17+
schedule:
18+
interval: daily

0 commit comments

Comments
 (0)