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

Commit 0cd6672

Browse files
Ignore tokio for dependabot
1 parent bbab527 commit 0cd6672

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
@@ -27,6 +27,9 @@ update_configs:
2727
# this needs updating based on the tokio_codec version
2828
- match:
2929
dependency_name: "bytes"
30+
# until all our code is async/await ready, we cannot update tokio through dependabot
31+
- match:
32+
dependency_name: "tokio"
3033
- package_manager: "javascript"
3134
directory: "/api_tests"
3235
update_schedule: "daily"

0 commit comments

Comments
 (0)