Tweak dependabot groups (#7468)

This commit is contained in:
teor 2023-09-06 05:09:54 +10:00 committed by GitHub
parent 6274371654
commit 17b6d27736
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

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