Skip to content

Commit 1036740

Browse files
committed
ci: add dependabot config (github-actions + cargo)
1 parent 077f141 commit 1036740

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

.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+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
groups:
8+
actions-minor:
9+
update-types:
10+
- minor
11+
- patch
12+
13+
- package-ecosystem: "cargo"
14+
directory: "/"
15+
schedule:
16+
interval: "weekly"
17+
groups:
18+
cargo-minor:
19+
update-types:
20+
- minor
21+
- patch

0 commit comments

Comments
 (0)