Skip to content

Commit 13b734f

Browse files
committed
Enable dependabot for GHA
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
1 parent d50fb16 commit 13b734f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
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)