From 84423d2d6c1f8ffe2c9c145ce931887ad9bdf667 Mon Sep 17 00:00:00 2001 From: Attila Szegedi Date: Mon, 15 Jun 2026 13:06:45 +0200 Subject: [PATCH] Group patch and minor updates for easier approval/merging --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e45eef52..d508f9d9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,10 @@ updates: - dependencies - javascript - semver-patch + groups: + patch-updates: + update-types: + - "patch" + minor-updates: + update-types: + - "minor"