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"