We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96525e5 commit 8a2ced0Copy full SHA for 8a2ced0
.github/dependabot.yml
@@ -29,7 +29,15 @@ updates:
29
30
# GH actions
31
- package-ecosystem: 'github-actions'
32
- directory: '/'
+ # 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'
41
schedule:
42
interval: weekly
43
open-pull-requests-limit: 99
0 commit comments