From 43909c7a618a6de03ac8d630e96bd4c146039e02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=BChn?= Date: Tue, 23 Jun 2026 15:08:14 +0200 Subject: [PATCH] group dependency updates by version increment --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 364ac84..f360d44 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,10 @@ updates: - "maxfischer2781" cooldown: default-days: 7 + groups: + minor: + update-types: + - "minor" + patches: + update-types: + - "patch"