diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d37c06a..0c18ff4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,11 @@ updates: interval: 'monthly' commit-message: prefix: '[skip ci][skip deploy] npm' + # Group all of the updates into a single pull request + groups: + all: + patterns: + - '*' - package-ecosystem: 'github-actions' directory: '/'