From aca4284430ff0e06c1eab9b51c323f4f563b5a1f Mon Sep 17 00:00:00 2001 From: Peter Karolyi Date: Mon, 11 May 2026 19:48:22 +0200 Subject: [PATCH] chore(deps): group minor and patch dependabot updates --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0918cee..e7a3549 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,9 +7,19 @@ updates: interval: weekly target-branch: main open-pull-requests-limit: 10 + groups: + npm-minor-and-patch: + update-types: + - minor + - patch - package-ecosystem: github-actions directory: / schedule: interval: weekly target-branch: main + groups: + github-actions-minor-and-patch: + update-types: + - minor + - patch