From 843083711cce6642a882604bca94e5990a898c2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 22 May 2026 14:32:43 +0200 Subject: [PATCH] Group @opentelemetry/* packages in Renovate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Fredrik Adelöw --- .github/renovate.json5 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 4e5ca932c0..076f9f067f 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -38,6 +38,11 @@ rangeStrategy: 'replace', matchSourceUrls: ['https://github.com/module-federation/core{/,}**'], }, + { + groupName: 'OpenTelemetry packages', + rangeStrategy: 'replace', + matchPackagePatterns: ['^@opentelemetry/'], + }, // We update yarn packages manually as it's gzip'd and we don't want to pollute the repository too much. { matchSourceUrls: ['https://github.com/yarnpkg/berry'],