From ad96ae8798dcaef1843afe89a7726802567ae59c Mon Sep 17 00:00:00 2001 From: Nick Alteen Date: Mon, 27 Nov 2023 23:58:19 -0500 Subject: [PATCH] Group dependabot updates --- .github/dependabot.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b2c4c0..742ec57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,23 @@ updates: directory: / schedule: interval: weekly + groups: + actions-minor: + update-types: + - minor + - patch - package-ecosystem: npm directory: / schedule: interval: weekly + groups: + npm-development: + dependency-type: development + update-types: + - minor + - patch + npm-production: + dependency-type: production + update-types: + - patch