Skip to content

Commit d2918f1

Browse files
committed
Enable dependabot for Github Action Workflows
Signed-off-by: Jiahao XU <[email protected]>
1 parent 5dc2c3d commit d2918f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: .github/dependabot.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
version: 2
22
updates:
3+
- package-ecosystem: "github-actions"
4+
# Workflow files stored in the
5+
# default location of `.github/workflows`
6+
directory: "/"
7+
schedule:
8+
interval: "daily"
39
- package-ecosystem: cargo
410
directory: "/"
511
schedule:

0 commit comments

Comments
 (0)