From 47481ee908033d8055fafc6d84e32281e76e0634 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Sun, 17 Aug 2025 17:07:37 -0700 Subject: [PATCH] Want OpenTelemetry Renovate package updates right away --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index e1bcdeead..bcf7f2e98 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -24,6 +24,11 @@ // avoids these Renovate PRs from trickling in throughout the week // (consolidating the review process) "matchUpdateTypes": ["minor", "major"], + "excludePackageNames": [ + // want OpenTelemetry package updates right away + 'io.opentelemetry:**', + 'io.opentelemetry.*:**', + ], "schedule": ["before 8am on Monday"] }, {