Skip to content

Commit

Permalink
build: correct aws-sdk group name
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha committed Sep 7, 2023
1 parent 4b79fdf commit 390a5b2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,10 @@ updates:
groups:
aws-sdk:
patterns:
- "aws-sdk/*"
- "@aws-sdk/*"
ignore:
- dependency-name: 'aws-sdk'
update-types: ['version-update:semver-patch']
- dependency-name: '@aws-sdk/*'
update-types: ['version-update:semver-patch']
- dependency-name: '@google-cloud/*'
update-types: ['version-update:semver-patch']
- dependency-name: '@types/node'
Expand Down

0 comments on commit 390a5b2

Please sign in to comment.