From 21df5cd769f51692f6bb0093c3d5eca3f9dc1ba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Mi=C5=9Bkowicz?= Date: Wed, 23 Aug 2023 17:18:18 +0200 Subject: [PATCH] add dev and prod dependencies groups to dependabot --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b44f1a92..764e284c0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,8 @@ updates: schedule: interval: "monthly" versioning-strategy: increase-if-necessary + groups: + production-dependencies: + dependency-type: "production" + dev-dependencies: + dependency-type: "development"