Skip to content

Commit 7a8f9dc

Browse files
authored
Merge pull request #13 from forketyfork/dependabot/github-actions
Added Dependabot check for GitHub Actions
2 parents 780ce9e + 14b1a83 commit 7a8f9dc

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,12 @@ updates:
88
all-dependencies:
99
patterns:
1010
- "*"
11+
12+
- package-ecosystem: "github-actions"
13+
directory: "/"
14+
schedule:
15+
interval: "weekly"
16+
groups:
17+
all-actions:
18+
patterns:
19+
- "*"

0 commit comments

Comments
 (0)