From 2de8e70fa56507cbcea6670677cc6dca55a6fd23 Mon Sep 17 00:00:00 2001 From: Arya Date: Mon, 27 Nov 2023 17:09:46 -0500 Subject: [PATCH] excludes hyper from production dependabot upgrades --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 314ec41eddc..0dc627cf497 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,7 +23,8 @@ updates: prod: dependency-type: "production" exclude-patterns: - - "zcash_*|orchard|halo2*|incrementalmerkletree|bridgetree|equihash" + # TODO: remove hyper from pattern after jsonrpc-http-server upgrades to v1 + - "zcash_*|orchard|halo2*|incrementalmerkletree|bridgetree|equihash|hyper" dev: dependency-type: "development" # Devops section