diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 13fbd7f..f3bd1b9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,8 @@ updates: directory: '/' # Location of package manifests schedule: interval: 'weekly' + groups: + minor-and-patch: + update-types: + - "minor" + - "patch"