Skip to content

Commit

Permalink
Tweak dependabot groups (#7468)
Browse files Browse the repository at this point in the history
  • Loading branch information
teor2345 authored Sep 5, 2023
1 parent 6274371 commit 17b6d27
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -73,11 +75,6 @@ updates:
patterns:
- "indicatif"
- "howudoin"
time:
patterns:
- "chrono*"
- "time*"
- "humantime*"
app:
patterns:
- "abscissa*"
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 17b6d27

Please sign in to comment.