From af1f637943d37dd38759aa20b1481a7140c371a9 Mon Sep 17 00:00:00 2001 From: Simon Thulbourn Date: Sat, 23 Apr 2022 10:45:13 +0100 Subject: [PATCH] fix(deps): Ignore boto3 changes until needed 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: "/"