From 811feb53d24a37da659a977fc28e85ccd5ccb19c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 1 Oct 2024 17:22:23 +0300 Subject: [PATCH] Dependabot: switch to grouped updates --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f54ba8953b5d..d7b9f60b8400 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -21,3 +21,8 @@ updates: timezone: Europe/Athens versioning-strategy: increase rebase-strategy: disabled + groups: + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development"