Skip to content

Commit

Permalink
fix: update dependabot to point to latest js release (#571)
Browse files Browse the repository at this point in the history
Only try to update deps for the latest js-libp2p version.
  • Loading branch information
achingbrain authored Dec 9, 2024
1 parent 2393c28 commit 0d6e21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0d6e21a

Please sign in to comment.