Skip to content

Commit 9ce3ff4

Browse files
committed
add dependabot to github actions as well.
1 parent 8138ae8 commit 9ce3ff4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,10 @@ updates:
1111
directory: "/" # Location of package manifests
1212
schedule:
1313
interval: "weekly"
14+
15+
- package-ecosystem: "github-actions"
16+
# Workflow files stored in the
17+
# default location of `.github/workflows`
18+
directory: "/"
19+
schedule:
20+
interval: "weekly"

0 commit comments

Comments
 (0)