From c57190fa31f5b82b495cab6917f077f849b06203 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 f54ba8953b..d7b9f60b84 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"