From e74435a1dab914f38f7e92c09c5413bcf21cda7f Mon Sep 17 00:00:00 2001 From: Henry Mercer Date: Fri, 10 Oct 2025 14:28:32 +0100 Subject: [PATCH] Dependabot: Only group minor and patch updates Major updates are likely to include breaking changes and are worth reviewing individually. --- .github/dependabot.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8953919b9f..432b44289a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,9 +16,12 @@ updates: - dependency-name: "eslint-plugin-import" versions: [">=2.30.0"] groups: - npm: + npm-minor: patterns: - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: github-actions directories: - "/.github/workflows" @@ -28,6 +31,9 @@ updates: labels: - Rebuild groups: - actions: + actions-minor: patterns: - "*" + update-types: + - "minor" + - "patch"