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"