From 95c3ee444d1545efa90a755657141867a78918b6 Mon Sep 17 00:00:00 2001 From: Leo Singer Date: Sun, 10 Nov 2024 20:17:23 -0500 Subject: [PATCH] Ignore Dependabot updates for AWS packages These packages should match the versions provided by the Lambda runtime. --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 88323e4..308cfbf 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,6 @@ updates: directory: / schedule: interval: weekly + ignore: + # Ignore AWS SDK packages because they are provided by the Lambda runtime. + - dependency-name: '@aws-sdk/*'