From a98f3aead493322f890696d5d82877fed138f8b0 Mon Sep 17 00:00:00 2001 From: Bret Comnes Date: Fri, 3 Oct 2025 17:17:24 -0700 Subject: [PATCH] Add Dependabot group for TypeScript dependencies --- .github/dependabot.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index cd84f67..121f160 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,9 +10,13 @@ updates: # Check the npm registry for updates every day (weekdays) schedule: interval: "daily" + groups: + typescript: + patterns: + - "typescript" + - "@voxpelli/tsconfig" # Enable updates to github actions - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" -