Skip to content

Commit

Permalink
Tries using dependency-type
Browse files Browse the repository at this point in the history
  • Loading branch information
arya2 committed Oct 30, 2023
1 parent 2191d95 commit 1934b9e
Showing 1 changed file with 7 additions and 23 deletions.
30 changes: 7 additions & 23 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,14 @@ updates:
patterns:
# deliberately include zcash_script (even though it is maintained by ZF)
- "zcash_*|orchard|halo2*|incrementalmerkletree|bridgetree|equihash"
# groups are limited to 10 items
prod:
patterns:
# addresses
- "bs58|ripemd"
# crypto:
- "bellman|red*|jubjub|group|bls12_381|blake*|secp256k1|sha2|*25519*|rand*"
# async:
- "tokio*|console-subscriber|tower*|hyper*|h2|reqwest|futures*|pin-project*"
# log-time:
- "tracing*|log|*eyre*|thiserror|*doc|owo-colors|sentry*|metrics*|*time*|chrono*"
# concurrency:
- "once_cell|lazy_static|rayon*|crossbeam*|num_cpus"
# app:
- "abscissa*|structopt*|clap*|atty*|semver*|dir*|vergen|*git*|toml*|rlimit|indicatif|howudoin"
# formats:
- "serde|jsonrpc|hex|rege|byteorde|byte|bincode"
# data-structures:
- "bitflags*|bitvec|indexmap|num-integer|primitive-types|uint|tinyvec|itertools|ordered-map|mset"
test:
patterns:
- "proptest*|insta|prost*|tonic*"
# depends on tonic and prost
- "console-subscriber|tempfile|static_assertions|criterion|inferno"
dependency-type: "production"
exclude-patterns:
- "zcash_*|orchard|halo2*|incrementalmerkletree|bridgetree|equihash"
dev:
dependency-type: "development"
exclude-patterns:
- "zcash_*|orchard|halo2*|incrementalmerkletree|bridgetree|equihash"
# Devops section
- package-ecosystem: github-actions
directory: '/'
Expand Down

0 comments on commit 1934b9e

Please sign in to comment.