diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 01588a7c..45c9adc6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,15 @@ updates: directory: '/' schedule: interval: 'monthly' + groups: + npm-dependencies: + patterns: + - '*' - package-ecosystem: 'github-actions' directory: '/' schedule: interval: 'monthly' + groups: + gh-actions-dependencies: + patterns: + - '*'