From 323c5f597878c78e9f2b5278dc95fa80a8e4aa62 Mon Sep 17 00:00:00 2001 From: "codegen-sh[bot]" <131295404+codegen-sh[bot]@users.noreply.github.com> Date: Mon, 24 Mar 2025 14:24:18 -0700 Subject: [PATCH] Change @aws-sdk dependency update frequency from weekly to monthly (#8774) Co-authored-by: codegen-sh[bot] <131295404+codegen-sh[bot]@users.noreply.github.com> --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3723b92747..b40721dd7b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,3 +26,5 @@ updates: aws: patterns: - "@aws-sdk/*" + schedule: + interval: "monthly"