Skip to content

Commit 65328e8

Browse files
committed
Also run dependabot on composite actions
Signed-off-by: yubiuser <[email protected]>
1 parent 29f1c1d commit 65328e8

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ version: 2
22
updates:
33
# Maintain dependencies for GitHub Actions
44
- package-ecosystem: "github-actions"
5-
directory: "/"
5+
directories:
6+
- "/"
7+
- "/.github/actions/login-repo/"
68
schedule:
79
interval: "weekly"
810
day: saturday

0 commit comments

Comments
 (0)