Skip to content

Commit

Permalink
instruct dependabot to monitor composite actions
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed May 7, 2024
1 parent 96525e5 commit 434bcc8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,15 @@ updates:

# GH actions
- package-ecosystem: 'github-actions'
directory: '/'
# all composite actions must be individually listed here
# https://github.com/dependabot/dependabot-core/issues/6704
directories:
- '/'
- '/.github/actions/core-tests'
- '/.github/actions/integration-tests'
- '/.github/actions/package-tests'
- '/.github/actions/service-tests'
- '/.github/actions/setup'
schedule:
interval: weekly
open-pull-requests-limit: 99
Expand Down

0 comments on commit 434bcc8

Please sign in to comment.