From 3f5b79c960bb9c9a47017a4bca38eb894e4fbc72 Mon Sep 17 00:00:00 2001 From: rishav-karanjit Date: Thu, 18 Jun 2026 10:57:29 -0700 Subject: [PATCH 1/2] m --- .github/dependabot.yml | 46 +++++++++++++++++++++++++----------------- 1 file changed, 28 insertions(+), 18 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 53858cbb4e..e7fb63c2e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,26 +1,36 @@ version: 2 updates: - - package-ecosystem: "gradle" - directory: "DynamoDbEncryption/runtimes/java" - schedule: - interval: "daily" - - package-ecosystem: "gradle" - directory: "Example/runtimes/java/DynamoDbEncryption" - schedule: - interval: "daily" - - package-ecosystem: "gradle" - directory: "Example/runtimes/java/Migration" + - package-ecosystem: "github-actions" + directory: "/" schedule: - interval: "daily" + interval: "weekly" + groups: + all: + patterns: ["*"] + - package-ecosystem: "gradle" - directory: "TestVectors/runtimes/java" + directories: + - "*/runtimes/java" schedule: - interval: "daily" - - package-ecosystem: "github-actions" - directory: ".github/workflows" + interval: "weekly" + groups: + all: + patterns: ["*"] + + - package-ecosystem: "nuget" + directories: + - "*/runtimes/net" schedule: - interval: "daily" + interval: "weekly" + groups: + all: + patterns: ["*"] + - package-ecosystem: "cargo" - directory: "DynamoDbEncryption/runtimes/rust" + directories: + - "*/runtimes/rust" schedule: - interval: "daily" + interval: "weekly" + groups: + all: + patterns: ["*"] From 1b16d21ea40201bdb89a1a20896ae712f9384db2 Mon Sep 17 00:00:00 2001 From: rishav-karanjit Date: Thu, 18 Jun 2026 10:57:34 -0700 Subject: [PATCH 2/2] empty commit