Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8a2ced0

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

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 9 additions & 1 deletion
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)