Skip to content

Commit 8a2ced0

Browse files
authored
instruct dependabot to monitor composite actions (#10139)
1 parent 96525e5 commit 8a2ced0

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/dependabot.yml

+9-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,15 @@ updates:
2929

3030
# GH actions
3131
- package-ecosystem: 'github-actions'
32-
directory: '/'
32+
# all composite actions must be individually listed here
33+
# https://github.com/dependabot/dependabot-core/issues/6704
34+
directories:
35+
- '/'
36+
- '/.github/actions/core-tests'
37+
- '/.github/actions/integration-tests'
38+
- '/.github/actions/package-tests'
39+
- '/.github/actions/service-tests'
40+
- '/.github/actions/setup'
3341
schedule:
3442
interval: weekly
3543
open-pull-requests-limit: 99

0 commit comments

Comments
 (0)