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

Commit 8a85700

Browse files
Merge #284
284: Ignore http dependency for dependabot r=thomaseizinger a=thomaseizinger Co-authored-by: Thomas Eizinger <[email protected]>
2 parents d11167c + ed53c1d commit 8a85700

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)