We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7416c2a commit a352f70Copy full SHA for a352f70
.github/dependabot.yml
@@ -17,6 +17,8 @@ updates:
17
assignees: [ "php-coder" ]
18
reviewers: [ "php-coder" ]
19
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"
22
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#open-pull-requests-limit
23
open-pull-requests-limit: 1
24
0 commit comments