706: Stop dependabot's auto rebase r=D4nte a=D4nte

It can race condition with bors. Let bors merge handle the
rebasing.

Co-authored-by: Franck Royer <franck@status.im>
This commit is contained in:
status-bors-ng[bot] 2022-04-13 23:58:42 +00:00 committed by GitHub
commit 40462d40aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -9,6 +9,8 @@ updates:
# Update the npm manifest file to relax
# the version requirements as js-waku is a library
versioning-strategy: widen
# Do not auto rebase, let bors handle this
rebase-strategy: "disabled"
- package-ecosystem: "npm"
directory: "/examples/web-chat"
schedule:
@ -18,6 +20,8 @@ updates:
- dependency-name: "*"
update-types:
["version-update:semver-patch", "version-update:semver-minor"]
# Do not auto rebase, let bors handle this
rebase-strategy: "disabled"
- package-ecosystem: "npm"
directory: "/examples/relay-reactjs-chat"
schedule:
@ -27,6 +31,8 @@ updates:
- dependency-name: "*"
update-types:
["version-update:semver-patch", "version-update:semver-minor"]
# Do not auto rebase, let bors handle this
rebase-strategy: "disabled"
- package-ecosystem: "npm"
directory: "/examples/store-reactjs-chat"
schedule:
@ -36,6 +42,8 @@ updates:
- dependency-name: "*"
update-types:
["version-update:semver-patch", "version-update:semver-minor"]
# Do not auto rebase, let bors handle this
rebase-strategy: "disabled"
- package-ecosystem: "npm"
directory: "/examples/eth-pm"
schedule:
@ -45,6 +53,8 @@ updates:
- dependency-name: "*"
update-types:
["version-update:semver-patch", "version-update:semver-minor"]
# Do not auto rebase, let bors handle this
rebase-strategy: "disabled"
- package-ecosystem: "npm"
directory: "/examples/eth-pm-wallet-encryption"
schedule:
@ -54,6 +64,8 @@ updates:
- dependency-name: "*"
update-types:
["version-update:semver-patch", "version-update:semver-minor"]
# Do not auto rebase, let bors handle this
rebase-strategy: "disabled"
- package-ecosystem: "npm"
directory: "/examples/relay-angular-chat"
schedule:
@ -63,3 +75,5 @@ updates:
- dependency-name: "*"
update-types:
["version-update:semver-patch", "version-update:semver-minor"]
# Do not auto rebase, let bors handle this
rebase-strategy: "disabled"