Skip to content

Commit ff22f74

Browse files
committed
chore(ci): fix dependabot to update composite actions
1 parent 5ed856d commit ff22f74

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
version: 2
22
updates:
3+
# Dependabot does not support GitHub composite actions by default (.github/actions)
4+
# so we need to add the folder by hand to the directories entry.
35
- package-ecosystem: "github-actions"
4-
directory: "/"
6+
directories:
7+
- "/"
8+
- "/.github/actions/*"
59
schedule:
610
interval: "weekly"
711
labels:

0 commit comments

Comments
 (0)