diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c7f0636a..fa3ea8a7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,3 +12,8 @@ updates: directory: / schedule: interval: weekly + groups: + non-major: + update-types: + - "minor" + - "patch"