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'],