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 16, 2022
commit 0efad0964a7f0c6285bdd46513dd2bfa1550f0e9
6 changes: 3 additions & 3 deletions docs/usage/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,10 @@ e.g. instead of `renovate/{{parentDir}}-`, configure the template part in `addit

## 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.
If an old PR was closed by a User, it is ignored and will not be recreated.
Renovate checks branch names to see if an update PR was created before.
If you closed a PR, it is ignored and won't be recreated.
Use this option to ignore PR created with `branchPrefixOld`.
Best Used with `branchPrefix`.
Best used with the `branchPrefix` setting.

## branchTopic

Expand Down