Skip to content

Commit 590151b

Browse files
authored
ci: enable dependabot (#4)
Signed-off-by: Yi Huang <[email protected]>
1 parent 4216eb7 commit 590151b

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

.github/dependabot.yml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
version: 2
3+
updates:
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
interval: "weekly"
8+
commit-message:
9+
prefix: "ci(dependabot)"
10+
groups:
11+
upload-and-download-artifact:
12+
patterns:
13+
- "*load-artifact"

0 commit comments

Comments
 (0)