From 293b9b78d786bb5dd0f85a12aa050adfe236eafa Mon Sep 17 00:00:00 2001 From: Bo Thompson Date: Fri, 22 Nov 2024 15:24:25 -0700 Subject: [PATCH 1/2] enable group updates for java server & cross-lang tests --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3452ba373..ef23d9ffa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -176,4 +176,10 @@ updates: interval: "weekly" day: "wednesday" time: "13:00" + groups: + minor-and-patch: + applies-to: version-updates + update-types: + - "minor" + - "patch" open-pull-requests-limit: 2 From ebb9e780547b1f0f39929f55c7f2a91d9cd41c07 Mon Sep 17 00:00:00 2001 From: Bo Thompson Date: Fri, 22 Nov 2024 15:26:32 -0700 Subject: [PATCH 2/2] enable automated dependabot PRs for c# --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ef23d9ffa..3f7168aa1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -84,7 +84,7 @@ updates: update-types: - "minor" - "patch" - open-pull-requests-limit: 0 # Disable automatic PRs + open-pull-requests-limit: 2 # Maintain dependencies for .NET SecureMemory - package-ecosystem: "nuget" @@ -104,7 +104,7 @@ updates: update-types: - "minor" - "patch" - open-pull-requests-limit: 0 # Disable automatic PRs + open-pull-requests-limit: 2 # Maintain dependencies for .NET AppEncryption - package-ecosystem: "nuget" @@ -124,7 +124,7 @@ updates: update-types: - "minor" - "patch" - open-pull-requests-limit: 0 # Disable automatic PRs + open-pull-requests-limit: 2 # Maintain dependencies for Java SecureMemory - package-ecosystem: "maven"