From 6236bdefd53b945f8c7eb17418566dec23b51913 Mon Sep 17 00:00:00 2001 From: Sergej Samsonenko Date: Sun, 29 Dec 2024 20:51:27 +0100 Subject: [PATCH] chore: group dependabot updates --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1da6a03..818385f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,3 +4,10 @@ updates: directory: / schedule: interval: monthly + groups: + minor-and-patch: + patterns: + - '*' + update-types: + - minor + - patch