Exclude OpenTelemetry updates from the grouped weekly Renovate PR - #8728
Closed
trask wants to merge 1 commit into
Closed
Exclude OpenTelemetry updates from the grouped weekly Renovate PR#8728trask wants to merge 1 commit into
trask wants to merge 1 commit into
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
This PR updates Renovate’s weekly “all patch and minor versions” grouping rule to ensure OpenTelemetry dependency updates are not batched, so they can land independently for dogfooding and cascaded releases.
Changes:
- Clarifies the grouping rule comment to reflect that it covers both patch and minor updates.
- Adds exclusions intended to keep OpenTelemetry artifacts and
open-telemetry/**GitHub-sourced dependencies out of the grouped weekly PR.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Member
Author
|
Closing this. opentelemetry-java sits at the root of the release chain, so nothing upstream of it has to cascade in here. Grouping OpenTelemetry updates into the weekly pull request, which is what this repo already does, is the right behavior. The equivalent exclusion still applies in the downstream repos, where a delayed OpenTelemetry bump does hold up a cascaded release. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
OpenTelemetry dependency updates now get their own Renovate pull request instead of being folded into the grouped weekly one. These updates drive dogfooding and cascaded releases across the OpenTelemetry Java repos, so holding them until Tuesday delays the release chain.
This affects
io.opentelemetry.contrib:opentelemetry-aws-xray-propagator,io.opentelemetry.proto:opentelemetry-proto, andio.opentelemetry.semconv:opentelemetry-semconv-incubating.OpenTelemetry-published Docker images such as
otel/opentelemetry-collector-contribstay grouped, since they are test infrastructure rather than part of a cascaded release.