From a6b93c45e050880780ea8de47401f9311d234528 Mon Sep 17 00:00:00 2001 From: James Hobin Date: Tue, 5 Nov 2024 10:54:08 -0500 Subject: [PATCH] Add group to dev depencies (helps with eslint) --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 290ad028..5d3cfef2 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,3 +6,6 @@ updates: interval: daily time: "10:00" open-pull-requests-limit: 10 + groups: + dev-dependencies: + dependency-type: "development"