Skip to content

Commit

Permalink
Ignore AWS SDK packages for dependabot updates
Browse files Browse the repository at this point in the history
These packages are provided by the Lambda runtime.
  • Loading branch information
lpsinger committed Nov 6, 2024
1 parent 53bfeac commit 9578d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ updates:
interval: weekly
open-pull-requests-limit: 10
groups:
aws:
patterns:
- '@aws-sdk/*'
remix:
patterns:
- '@remix-run/*'
ignore:
# Ignore AWS SDK packages because they are provided by the Lambda runtime.
- dependency-name: '@aws-sdk/*'

0 comments on commit 9578d36

Please sign in to comment.