From 1f95d849777ac0dc9dc8de03caeefd662dea4e57 Mon Sep 17 00:00:00 2001 From: Nigel Breslaw Date: Fri, 7 Nov 2025 14:23:24 +0200 Subject: [PATCH] Group dependabot updates by semver --- .github/dependabot.yml | 35 ++++++----------------------------- 1 file changed, 6 insertions(+), 29 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c7ea292926..8d0f05b440 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -42,32 +42,9 @@ updates: - dependency-name: "monaco-languageclient" groups: - vscode: - patterns: - - "vscode*" - starlight_astro: - patterns: - - "*astro*" - - "@*astro*" - - "starlight*" - - "sharp" - - "@expressive-code/plugin-line-numbers" - playwright: - patterns: - - "playwright*" - - "@playwright*" - react: - patterns: - - "react" - - "react-dom" - - "@types/react" - - "@types/react-dom" - lumino: - patterns: - - "@lumino/*" - vite: - patterns: - - "vite*" - - "@vitejs*" - - "vitest*" - - "@vitest*" + npm-major-updates: + update-types: ["major"] + npm-minor-updates: + update-types: ["minor"] + npm-patch-updates: + update-types: ["patch"] \ No newline at end of file