From bcb3a286ac42e93d97811239bc17bf304d2b80ff Mon Sep 17 00:00:00 2001 From: Noelle Wang <73260931+No767@users.noreply.github.com> Date: Mon, 23 Sep 2024 21:10:26 -0700 Subject: [PATCH] Group Dependabot updates (#555) --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 54a5fc9..9e39168 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,8 @@ updates: prefix: "[npm]" include: "scope" target-branch: "react-rewrite" + groups: + dev-deps: + dependency-type: "development" + prod-deps: + dependency-type: "production"