From ae0f91b1517159c1759a088027a3e4cecd389319 Mon Sep 17 00:00:00 2001 From: Kacper Malachowski Date: Thu, 28 Mar 2024 07:50:47 +0100 Subject: [PATCH] Group updates --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f25e629..c1a1d21 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,10 +4,25 @@ updates: directory: "/" schedule: interval: "daily" + groups: + production-dependencies: + dependency-type: "production" + update-types: + - "minor" + - "patch" + dev-dependencies: + dependency-type: "development" + update-types: + - "minor" + - "patch" - package-ecosystem: "gomod" directory: "/" schedule: interval: "daily" + production-dependencies: + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/" schedule: