Skip to content

Commit

Permalink
fix(deps): Ignore boto3 changes until needed (aws-powertools#1151)
Browse files Browse the repository at this point in the history
adds a ignore to dependabot to stop adding boto3 pull requests
  • Loading branch information
sthulb authored Apr 26, 2022
1 parent 8aa9251 commit a6db70c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ updates:
commit-message:
prefix: chore
include: scope
ignore:
# 2022-04-23: Ignoring boto3 changes until we need to care about them.
- dependency-name: "boto3"


# - package-ecosystem: "pip"
# directory: "/"
Expand Down

0 comments on commit a6db70c

Please sign in to comment.