From a6db70c89fcbab6dc17e7d74b8febf9c54ed66bb Mon Sep 17 00:00:00 2001 From: Simon Thulbourn Date: Tue, 26 Apr 2022 14:46:40 +0100 Subject: [PATCH] fix(deps): Ignore boto3 changes until needed (#1151) adds a ignore to dependabot to stop adding boto3 pull requests --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e95edbee4e6..c0041b5a5a0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,6 +17,10 @@ updates: commit-message: prefix: chore include: scope + ignore: + # 2022-04-23: Ignoring boto3 changes until we need to care about them. + - dependency-name: "boto3" + # - package-ecosystem: "pip" # directory: "/"