js-waku/.github/dependabot.yml
fryorcraken.eth 787e11fca9
chore: remove dependabot for examples
Examples are being moved to waku-org/js-waku-examples
2022-08-08 11:13:49 +10:00

14 lines
378 B
YAML

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"