diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8742203..1b888cd 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,11 +4,26 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + github: + update-types: + - "minor" + - "patch" - package-ecosystem: "composer" directory: "/" schedule: interval: "monthly" + groups: + composer: + update-types: + - "minor" + - "patch" - package-ecosystem: "npm" directory: "/" schedule: interval: "monthly" + groups: + frontend: + update-types: + - "minor" + - "patch"