From 4887acac9bfd87d8018d163711885ef76bcba013 Mon Sep 17 00:00:00 2001 From: Curly Date: Tue, 9 Jul 2024 10:20:16 +0200 Subject: [PATCH] chore: Make sure that dependabot groups all updates into one PR --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a7a255a..940d0b2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,7 @@ updates: interval: "daily" reviewers: - "niklas-schmidt-traperto" + groups: + dependencies: + patterns: + - "*" \ No newline at end of file