From 255d3541edfaaed99f6c44c0151c5fc6b700e8dd Mon Sep 17 00:00:00 2001 From: GregorSchroeder Date: Tue, 14 Jul 2026 11:13:33 -0700 Subject: [PATCH] #37 - group uv dependabot prs --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9f3fcb4..9969048 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -15,3 +15,14 @@ updates: interval: "weekly" cooldown: default-days: 7 + groups: + minor-and-patch-versions: + applies-to: version-updates # Applies the group rule to version updates + update-types: + - "minor" + - "patch" + minor-and-patch-security: + applies-to: security-updates # Applies the group rule to security updates + update-types: + - "minor" + - "patch"