From 086f9240713ba26b7b15f8fdb0a37dad5b927920 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Tue, 18 Aug 2026 17:45:03 -0700 Subject: [PATCH 1/2] Dependabot grouping rule for AutoConfigure --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9cb556cee3..16451fd3dc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -72,6 +72,8 @@ updates: exclude-patterns: # every release adds checks that fire on existing code - "errorProneVersion" + # Make AutoConfigure get its own PR that can be merged without waiting on the batch + - "com.azure:azure-monitor-opentelemetry-autoconfigure" update-types: - "minor" - "patch" From 7810ca92ea6b252ef53a66a774f029db813995e9 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Wed, 26 Aug 2026 14:10:29 -0700 Subject: [PATCH 2/2] Rename github-actions-dependencies to differentiate from the other group --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 16451fd3dc..4b525063de 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,7 @@ updates: cooldown: default-days: 7 groups: - all-dependencies: + github-actions-dependencies: patterns: - "*"