Group Pull requests based on the team name in a configuration file #38835
-
How are you running Renovate?Self-hosted Renovate If you're self-hosting Renovate, tell us which platform (GitHub, GitLab, etc) and which version of Renovate.GitHub Please tell us more about your question or problemI have a monorepo containing multiple components, and each component has several environments — each with its own Helm chart and configuration file. Example folder structure Comp-a/ Comp-b/ Comp-C/ Contents of config.yaml looks like this teamName: A single team can own multiple components. I’d like to group pull requests based on the team name defined in the configuration file. For example, Comp-a, Comp-c is owned by same team. Now, Pull requests must be grouped per team. Expected Outcome Is this currently supported? I tried using additionalBranchPrefix with replace handlers, which groups PRs by component, but not by team. Logs (if relevant)Logs |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
No, only grouping by filename using |
Beta Was this translation helpful? Give feedback.
-
|
Hello, Apologies for the late reply. Thank you for confirming. |
Beta Was this translation helpful? Give feedback.
No, only grouping by filename using
matchFileNamesis possible at the moment.