Skip to content
Prev Previous commit
Next Next commit
Clarifies rebase-strategy behavior (github#18865)
  • Loading branch information
asciimike authored Apr 20, 2021
commit 2668bb798da7cc7c268cfadbb7e0d1bf4140d4bd
Original file line number Diff line number Diff line change
Expand Up @@ -446,12 +446,12 @@ updates:

#### `rebase-strategy`

By default, {% data variables.product.prodname_dependabot %} automatically rebases open pull requests when it detects conflicts. Use `rebase-strategy` to disable this behavior.
By default, {% data variables.product.prodname_dependabot %} automatically rebases open pull requests when it detects any changes to the pull request. Use `rebase-strategy` to disable this behavior.

Available rebase strategies

- `disabled` to disable automatic rebasing.
- `auto` to use the default behavior and rebase open pull requests when conflicts are detected.
- `auto` to use the default behavior and rebase open pull requests when changes are detected.

{% data reusables.dependabot.option-affects-security-updates %}

Expand Down