Skip to content

Commit b5569c0

Browse files
authored
Add boto3 dependency to dependabot configuration (#13733)
We are approving a boto3 rev almost every single day at this point. Let's skip the patches and only focus on the minor revs
1 parent bd81e6e commit b5569c0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ updates:
1111
versions:
1212
- ">= 5.a"
1313
- "< 6"
14+
- dependency-name: boto3
15+
update-types: ["version-update:semver-minor"]
1416
- package-ecosystem: npm
1517
directory: "/components"
1618
schedule:

0 commit comments

Comments
 (0)