Skip to content

Commit a7d5917

Browse files
authored
Merge pull request #5548 from github/repo-sync
repo sync
2 parents 1e9a8eb + d39ab5b commit a7d5917

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

content/code-security/supply-chain-security/configuration-options-for-dependency-updates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -446,12 +446,12 @@ updates:
446446
447447
#### `rebase-strategy`
448448

449-
By default, {% data variables.product.prodname_dependabot %} automatically rebases open pull requests when it detects conflicts. Use `rebase-strategy` to disable this behavior.
449+
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.
450450

451451
Available rebase strategies
452452

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

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

0 commit comments

Comments
 (0)