From e05650193fc37a60723fe2079552bc1811944e21 Mon Sep 17 00:00:00 2001 From: Trevor Manz Date: Tue, 3 Dec 2024 16:30:05 -0500 Subject: [PATCH] Group dependabot updates for `npm` --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2bf85739..9bf431da 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,14 @@ updates: directory: "/" schedule: interval: "monthly" + groups: + dev-dependencies: + dependency-type: "development" + update-types: + - "patch" + - "minor" + prod-dependencies: + dependency-type: "production" + update-types: + - "patch" + - "minor"