From 5f96ab79fbfe089d75bae28b38d2384c0e5f031b Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Thu, 19 Mar 2026 16:39:45 -0400 Subject: [PATCH] chore: Add grouped Dependabot Updates for NPM --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 00dc698..810c805 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,14 @@ updates: github-actions: patterns: - "*" + - package-ecosystem: npm + directory: "/" + schedule: + interval: monthly + groups: + dependencies: + patterns: + - "*" + update-types: + - "minor" + - "patch"