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