From 880c21eb05b85e8b4055aecfb112592201db8372 Mon Sep 17 00:00:00 2001 From: teor Date: Tue, 28 Nov 2023 11:49:07 +1000 Subject: [PATCH] Revert "excludes hyper from production dependabot upgrades (#8010)" This reverts commit de978d065bf94c351a09eea3dc16c524ad10f3fc. --- .github/dependabot.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0dc627cf497..314ec41eddc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -23,8 +23,7 @@ updates: prod: dependency-type: "production" exclude-patterns: - # TODO: remove hyper from pattern after jsonrpc-http-server upgrades to v1 - - "zcash_*|orchard|halo2*|incrementalmerkletree|bridgetree|equihash|hyper" + - "zcash_*|orchard|halo2*|incrementalmerkletree|bridgetree|equihash" dev: dependency-type: "development" # Devops section