mirror of https://github.com/status-im/js-waku.git
chore: remove dependabot
Useless in a monorepo because dependabot expects all manifest files to be in the same directory, which is not the case (lock file at root and package.json file in packages/*).
This commit is contained in:
parent
17cdbc800e
commit
29afa8925a
|
@ -1,134 +0,0 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
open-pull-requests-limit: 1
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers: ["fryorcraken"]
|
||||
# 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: "/packages/byte-utils"
|
||||
open-pull-requests-limit: 1
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers: ["fryorcraken"]
|
||||
# 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: "/packages/core"
|
||||
open-pull-requests-limit: 1
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers: ["fryorcraken"]
|
||||
# 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: "/packages/create"
|
||||
open-pull-requests-limit: 1
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers: ["fryorcraken"]
|
||||
# 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: "/packages/dns-discovery"
|
||||
open-pull-requests-limit: 1
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers: ["fryorcraken"]
|
||||
# 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: "/packages/enr"
|
||||
open-pull-requests-limit: 1
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers: ["fryorcraken"]
|
||||
# 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: "/packages/interfaces"
|
||||
open-pull-requests-limit: 1
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers: ["fryorcraken"]
|
||||
# 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: "/packages/libp2p-utils"
|
||||
open-pull-requests-limit: 1
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers: ["fryorcraken"]
|
||||
# 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: "/packages/message-encryption"
|
||||
open-pull-requests-limit: 1
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers: ["fryorcraken"]
|
||||
# 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: "/packages/peer-exchange"
|
||||
open-pull-requests-limit: 1
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers: ["fryorcraken"]
|
||||
# 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: "/packages/proto"
|
||||
open-pull-requests-limit: 1
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers: ["fryorcraken"]
|
||||
# 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: "/packages/tests"
|
||||
open-pull-requests-limit: 1
|
||||
schedule:
|
||||
interval: "daily"
|
||||
reviewers: ["fryorcraken"]
|
||||
# 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"
|
Loading…
Reference in New Issue