Skip to content

Commit bc89f7a

Browse files
committed
Configures dependabot to properly update composite actions
1 parent 0987991 commit bc89f7a

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/*"
68
schedule:
79
interval: weekly
810
# Maintain dependencies for dockerfiles

0 commit comments

Comments
 (0)