From fd7e3ce1532b5458feb63fc3de9c6f8eb5896998 Mon Sep 17 00:00:00 2001 From: Jan Willhaus Date: Thu, 3 Oct 2024 13:51:44 +0200 Subject: [PATCH] build(deps): Group dependabot updates (#184) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 54f2a57..0dd917b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,8 @@ updates: - dependencies commit-message: prefix: "build(deps)" + groups: + production-dependencies: + dependency-type: "production" + development-dependencies: + dependency-type: "development"