Skip to content

Commit d1a917f

Browse files
committed
ci: dependabot config
1 parent 1a0081c commit d1a917f

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/dependabot.yml

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: github-actions
4+
directory: /
5+
schedule:
6+
interval: weekly
7+
groups:
8+
minor:
9+
update-types:
10+
- minor
11+
- patch
12+
commit-message:
13+
prefix: "chore"
14+
- package-ecosystem: cargo
15+
directories:
16+
- /
17+
schedule:
18+
interval: weekly
19+
groups:
20+
minor:
21+
update-types:
22+
- minor
23+
- patch
24+
commit-message:
25+
prefix: "chore"
26+

0 commit comments

Comments
 (0)