diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e324aff90c..2adb8c4897 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: target-branch: "develop" schedule: interval: weekly + ignore: + - dependency-name: "github.com/aws/aws-sdk-go" + update-types: [ "version-update:semver-patch" ] open-pull-requests-limit: 10 pull-request-branch-name: separator: "-"