Skip to content

Commit a6db70c

Browse files
authored
fix(deps): Ignore boto3 changes until needed (aws-powertools#1151)
adds a ignore to dependabot to stop adding boto3 pull requests
1 parent 8aa9251 commit a6db70c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ updates:
1717
commit-message:
1818
prefix: chore
1919
include: scope
20+
ignore:
21+
# 2022-04-23: Ignoring boto3 changes until we need to care about them.
22+
- dependency-name: "boto3"
23+
2024

2125
# - package-ecosystem: "pip"
2226
# directory: "/"

0 commit comments

Comments
 (0)