Skip to content

Commit 43f9c86

Browse files
committed
add scanning of github actions to dependabot
1 parent a9fd3f9 commit 43f9c86

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,9 @@ updates:
77
directory: "/"
88
schedule:
99
interval: "weekly"
10+
11+
# Third-party actions referenced by workflow "uses:" pins.
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"

0 commit comments

Comments
 (0)