Skip to content

Commit

Permalink
Update dependabot.yml (#689)
Browse files Browse the repository at this point in the history
Group all aws dependencies together and move ignored patch updates to the correct section
  • Loading branch information
lucacome authored Jun 24, 2024
1 parent 99ed1a2 commit 95c0021
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@ updates:
directory: /
schedule:
interval: weekly
ignore:
- dependency-name: "*/aws-sdk-go"
update-types: ["version-update:semver-patch"]
- dependency-name: "boto3"
update-types: ["version-update:semver-patch"]
groups:
aws-sdk:
patterns:
- "github.com/aws/aws-sdk-go-v2/*"

- package-ecosystem: pip
directory: /tests
schedule:
interval: weekly
ignore:
- dependency-name: "boto3"
update-types: ["version-update:semver-patch"]

- package-ecosystem: docker
directory: /tests/docker
Expand Down

0 comments on commit 95c0021

Please sign in to comment.