Attempts to fix dependabot groups

This commit is contained in:
ar 2024-04-23 20:40:38 -04:00
parent 16a39f89d0
commit eef788e949
1 changed files with 12 additions and 2 deletions

View File

@ -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