From 9fec5883c0650836a625b69538dec92f14d450ec Mon Sep 17 00:00:00 2001 From: Stefan Holderbach Date: Thu, 11 Jul 2024 15:18:58 +0200 Subject: [PATCH] Group dependabot bumps for uutils/coreutils (#13346) Similar to #13084 for polars. This familiy of crates has shared versioning and tends to at least depend on the same `uucore` crate. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2193598686..07e0b2b891 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -26,6 +26,13 @@ updates: patterns: - "polars" - "polars-*" + # uutils/coreutils also versions all their workspace crates the same at the moment + # Most of them have bleeding edge version requirements (some not) + # see: https://github.com/uutils/coreutils/blob/main/Cargo.toml + uutils: + patterns: + - "uucore" + - "uu_*" - package-ecosystem: "github-actions" directory: "/" schedule: