What's the meaning of "monorepo" in the renovate context? #21123
Replies: 1 comment 2 replies
-
The term "monorepo" is used when multiple packages from the same repo are grouped together. If there is only one package in the PR, you will see that package in the PR title instead. But in the example you linked to, four different packages are controlled by that variable so the group name ("kotlin monorepo") is used.
Renovate is highly flexible so I'm sure you could figure out a way to achieve what you want through packageRules config, but it's up to you how much time you think it's worth if it's only a cosmetic change.
Yes, that's how it normally is when only one dependency is updated. Not when 2+ are |
Beta Was this translation helpful? Give feedback.
-
Type of discussion.
I just want to chat
Tell us more.
We just got this PR open whose titles says:
Update kotlin monorepo to v1.8.20-RC2
. The "monorepo" term sounds weird in this context. I understand that several dependencies are released together in the Kotlin monorepo but from a consumer point of view, all I want is that a version is updated:Could the title be changed to
Like there is
Update dependency 'foo' to barVersion
?
Beta Was this translation helpful? Give feedback.
All reactions