Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit ed53c1d

Browse files
Ignore http dependency for dependabot
1 parent fe1d703 commit ed53c1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.dependabot/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ update_configs:
1616
# version of ethabi depends on web3 version and have to be updated in lockstep
1717
- match:
1818
dependency_name: "ethabi"
19+
# version of http depends on shiplift
20+
- match:
21+
dependency_name: "http"
1922
- package_manager: "javascript"
2023
directory: "/new_project"
2124
update_schedule: "daily"

0 commit comments

Comments
 (0)