Skip to content

Commit e5aa4e1

Browse files
authored
dependabot: for github actions and composite actions (#590)
1 parent 56c824b commit e5aa4e1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
version: 2
33

44
updates:
5-
# GitHub actions
65
- package-ecosystem: "github-actions"
7-
directory: "/"
6+
directories:
7+
- '/'
8+
- '/.github/actions/*'
9+
- '/.github/workflows/*'
810
schedule:
911
interval: "weekly"
1012
day: "sunday"

0 commit comments

Comments
 (0)