Skip to content

Commit 131a0e1

Browse files
authored
Fix dependabot scanning for composite action (#81)
1 parent 1ac4a6d commit 131a0e1

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
@@ -6,7 +6,9 @@
66
version: 2
77
updates:
88
- package-ecosystem: 'github-actions'
9-
directory: '/'
9+
directories:
10+
- '/'
11+
- '/.github/actions/post-workflow-result'
1012
schedule:
1113
interval: 'weekly'
1214
groups:

0 commit comments

Comments
 (0)