Skip to content

Commit eca2a2f

Browse files
authored
CI: Enable dependabot for GitHub Action Workflow (#1831)
Signed-off-by: Jiahao XU <[email protected]>
1 parent 9de702c commit eca2a2f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ version: 2
22

33
# Only enable cargo, turn off npm from wasm example
44
updates:
5+
- package-ecosystem: "github-actions"
6+
# Workflow files stored in the
7+
# default location of `.github/workflows`
8+
directory: "/"
9+
schedule:
10+
interval: "daily"
511
- package-ecosystem: "cargo"
612
directory: "/"
713
schedule:

0 commit comments

Comments
 (0)