From 7e3d8d11a039a4b8a3f209ec064f2bcce3f282b4 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 7 Sep 2023 09:09:19 +0300 Subject: [PATCH] Dependabot: group devDependencies (#396) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0dcb62581..e9bf6119d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,3 +18,8 @@ updates: reviewers: - XhmikosR versioning-strategy: increase + groups: + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development"