From 99ce6a6ad66c2b26515dbb7bee036d320d1232fa Mon Sep 17 00:00:00 2001 From: "Michael B. Gale" Date: Tue, 4 Aug 2026 14:23:54 +0100 Subject: [PATCH] Dependabot: Change `npm` groupings to prioritise grouping minor/patch version bumps --- .github/dependabot.yml | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3b5eefe0..b0235595 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,21 +29,18 @@ updates: labels: - "Rebuild" groups: + npm-minor: + patterns: + - "*" + update-types: + - "minor" + - "patch" actions: patterns: - "@actions/*" octokit: patterns: - "@octokit/*" - update-types: - - "minor" - - "patch" typescript-eslint: patterns: - "@typescript-eslint/*" - npm-minor: - patterns: - - "*" - update-types: - - "minor" - - "patch"