From 96f79ef9f543f020c87329954220788e6585fb8f Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 4 May 2026 22:01:42 -0700 Subject: [PATCH] group dependabot updates --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e0871f93..11fae31b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + all: + update-types: [ patch, minor ]