build: also move @tsconfig/* into typescript group for Dependabot

This commit is contained in:
Vincent Bernat
2025-09-08 17:18:21 +02:00
parent 509bae6086
commit 3c9c761cc6

View File

@@ -39,7 +39,6 @@ updates:
- "@lezer/*" - "@lezer/*"
dev-dependencies: dev-dependencies:
patterns: patterns:
- "@tsconfig/*"
- "@vitejs/*" - "@vitejs/*"
- "@vitest/*" - "@vitest/*"
- "@volar/*" - "@volar/*"
@@ -57,6 +56,7 @@ updates:
- "@tailwindcss/*" - "@tailwindcss/*"
typescript: typescript:
patterns: patterns:
- "@tsconfig/*"
- "@types/*" - "@types/*"
- "@typescript-eslint/*" - "@typescript-eslint/*"
- "@vue/tsconfig" - "@vue/tsconfig"