From 80a60e240c56c6fd05f47027518b13409e046b87 Mon Sep 17 00:00:00 2001 From: Cody Maffucci <46459665+Maffooch@users.noreply.github.com> Date: Tue, 18 Nov 2025 08:20:14 -0700 Subject: [PATCH] Add boto3 dependency to dependabot configuration 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 --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1b06fd4de35..1031d9f6101 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,8 @@ updates: versions: - ">= 5.a" - "< 6" + - dependency-name: boto3 + update-types: ["version-update:semver-minor"] - package-ecosystem: npm directory: "/components" schedule: