Skip to content

Commit a352f70

Browse files
committed
chore: disable auto rebase for update of GitHub Actions
Relate to #38 [skip ci]
1 parent 7416c2a commit a352f70

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/dependabot.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ updates:
1717
assignees: [ "php-coder" ]
1818
reviewers: [ "php-coder" ]
1919
labels: [ "kind/dependency-update", "area/ci" ]
20+
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#rebase-strategy
21+
rebase-strategy: "disabled"
2022
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
2123
open-pull-requests-limit: 1
2224

0 commit comments

Comments
 (0)