Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: branchPrefixOld #15591

Merged
Prev Previous commit
Next Next commit
feat(repo/update): branchPrefix migration with branchPrefixOld
 - docs update
  • Loading branch information
Gabriel-Ladzaretti committed May 15, 2022
commit 94d50e08a47961a72fc444c9eedb35180717fa69
7 changes: 7 additions & 0 deletions docs/usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,13 @@ e.g. instead of `renovate/{{parentDir}}-`, configure the template part in `addit
This setting does not change the default _onboarding_ branch name, i.e. `renovate/configure`.
If you wish to change that too, you need to also configure the field `onboardingBranch` in your global bot config.

## branchPrefixOld
Gabriel-Ladzaretti marked this conversation as resolved.
Show resolved Hide resolved

Renovate uses branch names to determine if an update PR was created before.
Gabriel-Ladzaretti marked this conversation as resolved.
Show resolved Hide resolved
If an old PR was closed by a User, it is ignored and will not be recreated.
Gabriel-Ladzaretti marked this conversation as resolved.
Show resolved Hide resolved
Use this option to ignore PR created with `branchPrefixOld`.
Best Used with `branchPrefix`.
Gabriel-Ladzaretti marked this conversation as resolved.
Show resolved Hide resolved

## branchTopic

This field is combined with `branchPrefix` and `additionalBranchPrefix` to form the full `branchName`. `branchName` uniqueness is important for dependency update grouping or non-grouping so be cautious about ever editing this field manually.
Expand Down