Separate OTel group in renovate#180
Merged
anuraaga merged 1 commit intoconnectrpc:mainfrom Mar 23, 2026
Merged
Conversation
Signed-off-by: Anuraag Agrawal <anuraaga@gmail.com>
stefanvanburen
approved these changes
Mar 23, 2026
Comment on lines
-3
to
+4
| "extends": ["helpers:pinGitHubActionDigests", "schedule:earlyMondays"], | ||
| // TODO: Restore "schedule:earlyMondays" | ||
| "extends": ["helpers:pinGitHubActionDigests"], |
Member
There was a problem hiding this comment.
I think you can manually trigger a run from the dashboard, if you want to avoid this dance of back and forth :)
Collaborator
Author
There was a problem hiding this comment.
Were you able to get that to work? As far as I could tell manual runs also ended up respecting this setting unfortunately, maybe I missed an override though.
Member
There was a problem hiding this comment.
don't remember exactly, but bufbuild/protovalidate-python@328d768 landed and then I think I ran a manual run two get the subsequent two PRs / commits that day: https://github.com/bufbuild/protovalidate-python/commits/main/. Fine either way.
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.
I had misunderstood
ignoreUnstableto be bumping beta to next beta, but it bumps stable to beta as well, which we don't want for most dependencies.