From 17b6d27736f70e1ddd98bf6ad9f87ced654f8df8 Mon Sep 17 00:00:00 2001 From: teor Date: Wed, 6 Sep 2023 05:09:54 +1000 Subject: [PATCH] Tweak dependabot groups (#7468) --- .github/dependabot.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 86bbd3ece..f1372d375 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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: