diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 64f5a17..b63d65f 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -4,11 +4,24 @@ updates: directory: "/" schedule: interval: "daily" + groups: + all: + update-types: + - "minor" + - "patch" - package-ecosystem: gomod directory: "./" schedule: interval: "daily" + groups: + all: + update-types: + - "patch" - package-ecosystem: terraform directory: "/iac" schedule: - interval: "daily" \ No newline at end of file + interval: "daily" + groups: + all: + update-types: + - "patch"