diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 539e83f..86810ff 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,22 @@ updates: schedule: interval: "weekly" open-pull-requests-limit: 5 + groups: + gradle-minor-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" - open-pull-requests-limit: 5 \ No newline at end of file + open-pull-requests-limit: 5 + groups: + actions-minor-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" \ No newline at end of file