Skip to content

Commit a550ba1

Browse files
committed
chore: disable auto rebase for dependabot's PRs
Relate to #1590 [skip ci]
1 parent 8b69b72 commit a550ba1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

+4
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ updates:
3232
assignees: [ "php-coder" ]
3333
reviewers: [ "php-coder" ]
3434
labels: [ "kind/dependency-update" ]
35+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#rebase-strategy
36+
rebase-strategy: "disabled"
3537
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
3638
open-pull-requests-limit: 1
3739

@@ -54,5 +56,7 @@ updates:
5456
assignees: [ "php-coder" ]
5557
reviewers: [ "php-coder" ]
5658
labels: [ "kind/dependency-update", "area/ci" ]
59+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#rebase-strategy
60+
rebase-strategy: "disabled"
5761
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
5862
open-pull-requests-limit: 1

0 commit comments

Comments
 (0)