From e5b2d8ba356398b1ca2b2826e3a8e8bb6824f556 Mon Sep 17 00:00:00 2001 From: ar Date: Tue, 23 Apr 2024 20:40:38 -0400 Subject: [PATCH] Attempts to fix dependabot groups --- .github/dependabot.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 314ec41ed..0645a0de0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,11 +19,21 @@ updates: ecc: patterns: # deliberately include zcash_script (even though it is maintained by ZF) - - "zcash_*|orchard|halo2*|incrementalmerkletree|bridgetree|equihash" + - "zcash_* + - "orchard" + - "halo2*" + - "incrementalmerkletree" + - "bridgetree" + - "equihash" prod: dependency-type: "production" exclude-patterns: - - "zcash_*|orchard|halo2*|incrementalmerkletree|bridgetree|equihash" + - "zcash_* + - "orchard" + - "halo2*" + - "incrementalmerkletree" + - "bridgetree" + - "equihash" dev: dependency-type: "development" # Devops section