mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
docs(config options): rewrite additionalBranchPrefix (#18227)
Co-authored-by: Rhys Arkins <rhys@arkins.net>
This commit is contained in:
parent
7935a7b8ed
commit
c3a87b687e
1 changed files with 6 additions and 3 deletions
|
@ -79,9 +79,12 @@ With the above config:
|
|||
|
||||
## additionalBranchPrefix
|
||||
|
||||
This value defaults to an empty string, and is typically not necessary.
|
||||
Some managers previously populated this field, but they no longer do so by default.
|
||||
You normally don't need to configure this, but one example where it can be useful is combining with `parentDir` in monorepos to split PRs based on where the package definition is located, e.g.
|
||||
By default, the value for this config option is an empty string.
|
||||
Normally you don't need to set this config option.
|
||||
|
||||
Here's an example where `additionalBranchPrefix` can help you.
|
||||
Say you're using a monorepo and want to split pull requests based on the location of the package definition, so that individual teams can manage their own Renovate pull requests.
|
||||
This can be done with this configuration:
|
||||
|
||||
```json
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue