diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0d3376c..196754f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,14 @@ updates: directory: '/' schedule: interval: 'weekly' + groups: + non-breaking-changes: + update-types: [minor, patch] - package-ecosystem: 'npm' directory: '/' schedule: interval: 'weekly' + groups: + non-breaking-changes: + update-types: [minor, patch]