From 610a3ef834a3f5f527b2f15beef0ca74cf41a75c Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Wed, 23 Jun 2021 18:17:00 -0700 Subject: [PATCH] Calm down excessive dependabot updates --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ff862e8d..37664b8e5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,3 +20,7 @@ updates: interval: "daily" reviewers: - "gabek" + ignore: + # Ignore patch revisions of the aws sdk + - dependency-name: "aws-sdk-go" + update-types: ["version-update:semver-patch"]