From 3b9c9098924037615f3e5c942831e267468057d4 Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Thu, 25 Jul 2024 17:03:03 +0200 Subject: [PATCH] Dependabot: Group all CI dependencies (#5145) Dependabot is going a bit crazy lately and spamming up a lot of merge requests. Going to group all the CI deps into one and reducing the frequency to weekly. Maybe we can do some more aggressive batching for the Rust deps as well. --------- Signed-off-by: Oliver Tale-Yazdi --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3277a6e4607a..12f81b04d3a1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,13 +5,17 @@ updates: directory: '/' labels: ["A1-insubstantial", "R0-silent"] schedule: - interval: daily + interval: weekly + groups: + ci_dependencies: + patterns: + - "*" # Update Rust dependencies: - package-ecosystem: "cargo" directory: "/" labels: ["A1-insubstantial", "R0-silent"] schedule: - interval: "daily" + interval: "weekly" groups: # We assume these crates to be semver abiding and can therefore group them together. known_good_semver: