Skip to content

Commit ad3d418

Browse files
authored
maintain dependencies for GitHub Actions (#6960)
1 parent 10b858d commit ad3d418

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,9 @@ updates:
1616
groups:
1717
dependencies:
1818
patterns:
19-
- "*"
19+
- "*"
20+
# Maintain dependencies for GitHub Actions
21+
- package-ecosystem: "github-actions"
22+
directory: "/"
23+
schedule:
24+
interval: "weekly"

0 commit comments

Comments
 (0)