Skip to content

Commit

Permalink
feat(repo/update): branchPrefix migration with branchPrefixOld
Browse files Browse the repository at this point in the history
 - docs update
  • Loading branch information
Gabriel-Ladzaretti committed May 15, 2022
1 parent 5ebb74f commit 94d50e0
Showing 1 changed file with 7 additions and 0 deletions.
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

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

## 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

0 comments on commit 94d50e0

Please sign in to comment.