From 1c6a335fa14bded747daac6873e1e222f71441a9 Mon Sep 17 00:00:00 2001 From: Rinde van Lon Date: Thu, 10 Oct 2024 14:05:39 +0100 Subject: [PATCH] chore: use grouped dependabot updates (#72) --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c56a0e2..66888f1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,10 @@ updates: interval: weekly day: friday time: "09:00" + groups: + cargo-dependencies: + patterns: + - "*" open-pull-requests-limit: 99 - package-ecosystem: github-actions directory: "/" @@ -13,4 +17,8 @@ updates: interval: weekly day: friday time: "09:00" + groups: + github-actions-dependencies: + patterns: + - "*" open-pull-requests-limit: 99