From 420054d8634e3d4f4afc2b6cae2cd46419c9e870 Mon Sep 17 00:00:00 2001 From: Rishav karanjit Date: Thu, 18 Jun 2026 11:07:05 -0700 Subject: [PATCH] chore(dependabot): modernize config with full ecosystem coverage --- .github/dependabot.yml | 34 ++++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ec7018a0a..0f58b9b45 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,36 @@ version: 2 updates: - package-ecosystem: "github-actions" - directory: ".github/workflows" + directory: "/" schedule: - interval: "daily" + interval: "weekly" + groups: + all: + patterns: ["*"] + + - package-ecosystem: "nuget" + directories: + - "*/runtimes/net" + schedule: + interval: "weekly" + groups: + all: + patterns: ["*"] + + - package-ecosystem: "gomod" + directories: + - "*/runtimes/go/**" + schedule: + interval: "weekly" + groups: + all: + patterns: ["*"] + - package-ecosystem: "cargo" - directory: "AwsEncryptionSDK/runtimes/rust" + directories: + - "*/runtimes/rust" schedule: - interval: "daily" + interval: "weekly" + groups: + all: + patterns: ["*"]