From 4f0b459b0679a66f1da18b5bce297af85e06e405 Mon Sep 17 00:00:00 2001 From: jeff Date: Mon, 13 Apr 2026 16:31:08 -0700 Subject: [PATCH] group dependabot updates --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a9618d0..94e1432 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,17 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + all: + update-types: + - patch + - minor - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" + groups: + all: + patterns: + - "*" +