From ed27ce3eecfa99178e8ece24e5cf788c0c67e5f0 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Tue, 1 Oct 2024 17:27:13 +0300 Subject: [PATCH] Dependabot: switch to grouped updates (#40888) --- .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"