From e05e56261de7872efd6e6f82a126e90e4344db87 Mon Sep 17 00:00:00 2001 From: Franck R Date: Fri, 4 Feb 2022 08:04:11 +1100 Subject: [PATCH] Use widen strategy (#488) Update the npm manifest file to relax the version requirements as js-waku is a library --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 89a3290843..8d4a102e74 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,9 @@ updates: interval: "daily" reviewers: - "d4nte" + # Update the npm manifest file to relax + # the version requirements as js-waku is a library + versioning-strategy: widen - package-ecosystem: "npm" directory: "/examples/web-chat" schedule: