From 086f9240713ba26b7b15f8fdb0a37dad5b927920 Mon Sep 17 00:00:00 2001 From: Sean Li Date: Tue, 18 Aug 2026 17:45:03 -0700 Subject: [PATCH] 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"