From 0d6e21a892661d9efef6a854d7cb0bf8ca0fea82 Mon Sep 17 00:00:00 2001 From: Alex Potsides Date: Mon, 9 Dec 2024 10:51:30 +0000 Subject: [PATCH] fix: update dependabot to point to latest js release (#571) Only try to update deps for the latest js-libp2p version. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 12f2a3082..2eef638a3 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,7 +3,7 @@ updates: - package-ecosystem: npm # this should point to the latest js-libp2p major in order to automate # updating deps automatically after a release - directory: "/transport-interop/impl/js/v1.x" + directory: "/transport-interop/impl/js/v2.x" schedule: interval: daily time: "10:00"