diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 615dfde..de8dca6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,7 +4,18 @@ updates: directory: "/" schedule: interval: "daily" + groups: + all: + update-types: + - "major" + - "minor" + - "patch" - package-ecosystem: "gomod" directory: "/" schedule: interval: "daily" + groups: + not-major: + update-types: + - "minor" + - "patch"