Skip to content

Commit 14b1a83

Browse files
committed
Added Dependabot check for GitHub Actions
1 parent a76cb9f commit 14b1a83

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)