diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1df6f65..30be557 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,13 @@ version: 2 updates: - package-ecosystem: npm directory: / + groups: + production: {dependency-type: production} + development: {dependency-type: development} schedule: {interval: monthly} - package-ecosystem: github-actions directory: / + groups: + any: {patterns: ['*']} schedule: {interval: monthly}