From de978d065bf94c351a09eea3dc16c524ad10f3fc Mon Sep 17 00:00:00 2001 From: Arya Date: Mon, 27 Nov 2023 19:30:25 -0500 Subject: [PATCH] excludes hyper from production dependabot upgrades (#8010) --- .github/dependabot.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 314ec41e..0dc627cf 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