diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eca12e513..da3b545d2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,6 @@ updates: schedule: interval: "weekly" day: "tuesday" + ignore: + - dependency-name: "botocore" + update-types: ["version-update:semver-patch"]