From 1bcdb2a596ca3b44134cfedddfbe1c37761f1842 Mon Sep 17 00:00:00 2001 From: Maximilian Franzke <787658+mfranzke@users.noreply.github.com> Date: Thu, 29 May 2025 10:27:27 +0200 Subject: [PATCH] refactor(dependabot): enabled grouped patch PRs --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3f8f082e..0ae9ff4e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,3 +22,7 @@ updates: separator: "-" # https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437 versioning-strategy: increase + groups: + patch-dependencies: + update-types: + - "patch"