Prevent Dependabot from automatically rebasing (#1238)
This commit is contained in:
parent
95654603d1
commit
7776adcb0b
1 changed files with 1 additions and 0 deletions
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
|
@ -3,6 +3,7 @@ updates:
|
|||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
open-pull-requests-limit: 999
|
||||
rebase-strategy: disabled
|
||||
schedule:
|
||||
interval: weekly
|
||||
ignore:
|
||||
|
|
Loading…
Reference in a new issue