From 9c8091d61ee08af27947e2b2471ff8b9fa557fe9 Mon Sep 17 00:00:00 2001 From: Vadim Peretokin Date: Fri, 29 May 2026 10:27:50 +0200 Subject: [PATCH] Group dependabot minor/patch and actions updates --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 9a617488..146c620b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,18 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + github-actions: + patterns: + - "*" - package-ecosystem: "npm" directory: "/" schedule: interval: "weekly" open-pull-requests-limit: 10 + groups: + npm-minor-patch: + update-types: + - "minor" + - "patch"