From 3a446c2fc02cca584ced5325cc04ae6095a13f3c Mon Sep 17 00:00:00 2001 From: Nathan Spencer Date: Wed, 3 Jul 2024 01:19:16 -0600 Subject: [PATCH] Add dev-dependencies group to dependabot --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3bf1101..9d47fb1 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,6 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" + groups: + dev-dependencies: + dependency-type: "development"