renovate-config: tool constraint / constraint commitMessageTopic seems to be hardcoded
#45416
Unanswered
mikeroll
asked this question in
Request Help
Replies: 2 comments 6 replies
|
Yep, this is due to (and other cases in the file)@RahulGautamSingh do we have a handy way to override this? |
5 replies
This comment was marked as low quality.
This comment was marked as low quality.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
How are you running Renovate?
A Mend.io-hosted app
Which platform you running Renovate on?
GitHub.com
Which version of Renovate are you using?
44.39.0
Please tell us more about your question or problem
Taking
uvas the example.Relevant parts of
renovate.json5:Expected behaviour:
The PR is titled
chore(deps): update uv to v0.12.5Actual behaviour:
The PR is still titled
chore(deps): update uv tool constraint to v0.12.5Why this is extra annoying
I wouldn't mind the cosmetics that much for isolated PRs. However, in my setup the constraint updates (
renovate-config) are grouped together with the actual tool updates (in my case foruvthat's done viamiseanddockerfilemanagers).PR screenshot
Sometimes
renovate-config"wins" and the PR is titled (as in the screenshot):Sometimes the other, "good citizen" managers "win" and the PR is titled according to my chosen format:
All reactions