Skip to content

Commit fac59c8

Browse files
authored
chore(ci): update dependabot configuration (#15)
1 parent 35e88a7 commit fac59c8

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/dependabot.yml

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "github-actions"
4-
directory: "/"
3+
- package-ecosystem: github-actions
4+
directory: /
55
schedule:
6-
interval: "daily"
6+
interval: daily
7+
commit-message:
8+
prefix: "chore(ci): "
9+
labels:
10+
- dependencies
11+
- github_actions

0 commit comments

Comments
 (0)