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: '/'