Group Renovate minor updates and schedule majors weekly - #1255
Merged
breedx-splk merged 2 commits intoAug 17, 2026
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Renovate configuration to reduce PR noise by grouping non-OpenTelemetry minor updates into the existing weekly group, and by scheduling major updates to only be created/updated during the weekly window while still remaining individual PRs.
Changes:
- Expand the weekly grouped updates rule to include
minorupdate types (in addition topatchanddigest). - Add a weekly scheduling rule for
majorupdates (while keeping them ungrouped/individual). - Extend the “do not include in weekly rules” exclusions to cover both
io.opentelemetry**coordinates andopen-telemetry/**GitHub tag dependencies.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
trask
marked this pull request as ready for review
August 17, 2026 22:04
breedx-splk
approved these changes
Aug 17, 2026
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.
Renovate opens a separate pull request for every non-OpenTelemetry minor update, because the config groups only patch and digest updates. That produced 56 individual pull requests out of 85 in the last 90 days.
org.mock-server:mockserver-nettyalone took 9 of them to go from v6 to v7.5.Minor updates now fold into the weekly group, and majors move to the same weekly schedule, so they still arrive individually but only once a week.
OpenTelemetry updates are excluded from both rules and keep landing immediately and individually, so dogfooding and cascaded releases are unchanged. The exclusion now also covers
open-telemetry/**, the GitHub tag thatlogging-k8s-stdout-otlp-jsontracks.The
otel/opentelemetry-collector-contribandgrafana/otel-lgtmimages do join the weekly group. That is deliberate, since they are test infrastructure rather than cascaded releases.