From 52f8e6b87fc81e905c80d231512deceadccec9e8 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Tue, 23 Jan 2024 17:02:13 +0100 Subject: [PATCH] group dependabot dependencies update (#40) --- .github/dependabot.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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"