Skip to content

Commit 4d5e7c2

Browse files
committed
ci: improve dependabot config for github actions
Signed-off-by: Emilien Escalle <[email protected]>
1 parent d5bb67b commit 4d5e7c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ updates:
2626
- "*"
2727

2828
- package-ecosystem: github-actions
29-
directory: "/"
29+
directories:
30+
- "/"
31+
- "/.github/workflows/actions/**/*"
3032
schedule:
3133
interval: weekly
3234
day: friday

0 commit comments

Comments
 (0)