Skip to content

Commit

Permalink
Allow transitive dep updates
Browse files Browse the repository at this point in the history
  • Loading branch information
chadlwilson committed Nov 24, 2023
1 parent f1ee907 commit cd5544f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ updates:
interval: weekly
day: friday
open-pull-requests-limit: 99
allow:
- dependency-type: all
groups:
aws-deps:
patterns:
- "aws*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit cd5544f

Please sign in to comment.