Tweak dependabot groups (#7468)
This commit is contained in:
parent
6274371654
commit
17b6d27736
|
@ -50,18 +50,20 @@ updates:
|
|||
- "reqwest"
|
||||
- "futures*"
|
||||
- "pin-project*"
|
||||
log:
|
||||
log-time:
|
||||
patterns:
|
||||
- "tracing*"
|
||||
- "log"
|
||||
- "*eyre*"
|
||||
- "thiserror"
|
||||
- "displaydoc"
|
||||
- "spandoc"
|
||||
# displaydoc, spandoc
|
||||
- "*doc"
|
||||
- "owo-colors"
|
||||
- "sentry*"
|
||||
- "metrics*"
|
||||
- "inferno"
|
||||
# time, humantime
|
||||
- "*time*"
|
||||
- "chrono*"
|
||||
concurrency:
|
||||
patterns:
|
||||
- "once_cell"
|
||||
|
@ -73,11 +75,6 @@ updates:
|
|||
patterns:
|
||||
- "indicatif"
|
||||
- "howudoin"
|
||||
time:
|
||||
patterns:
|
||||
- "chrono*"
|
||||
- "time*"
|
||||
- "humantime*"
|
||||
app:
|
||||
patterns:
|
||||
- "abscissa*"
|
||||
|
@ -118,9 +115,12 @@ updates:
|
|||
- "insta"
|
||||
- "prost*"
|
||||
- "tonic*"
|
||||
# depends on tonic and prost
|
||||
- "console-subscriber"
|
||||
- "tempfile"
|
||||
- "static_assertions"
|
||||
- "criterion"
|
||||
- "inferno"
|
||||
- package-ecosystem: github-actions
|
||||
directory: '/'
|
||||
schedule:
|
||||
|
|
Loading…
Reference in New Issue