From adf5937799c3a120dee8ddd1b8eb3803f82a7234 Mon Sep 17 00:00:00 2001 From: Yehor Date: Sat, 11 Nov 2023 22:46:42 +0200 Subject: [PATCH] dependabot: group NPM updates (#43) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 90f2dc3..325896f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,11 @@ updates: interval: 'monthly' commit-message: prefix: '[skip ci] npm' + # Group all of the updates into a single pull request + groups: + all: + patterns: + - '*' - package-ecosystem: 'github-actions' directory: '/'