From b6446c7c4a9c5f60c6cb91d0c9d016bd56f1d33e Mon Sep 17 00:00:00 2001 From: James Mayclin Date: Mon, 9 Dec 2024 10:19:52 -0800 Subject: [PATCH] ci: batch dependabot updates (#4959) --- .github/dependabot.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9c9ee516393..b870ca17aae 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,13 +10,27 @@ updates: directory: "/.github/workflows" schedule: interval: "daily" + groups: + all-gha-updates: + patterns: + - "*" - # Maintain dependencies for cargo + # permissive-MSRV, batch updates are acceptable - package-ecosystem: "cargo" directories: - - "/bindings/rust" - "/bindings/rust-examples" - "/tests/pcap" - "/tests/regression" schedule: interval: "daily" + groups: + all-cargo-updates: + patterns: + - "*" + + # restricted-MSRV, so don't do batch updates + - package-ecosystem: "cargo" + directories: + - "/bindings/rust" + schedule: + interval: "daily"