From 560e4189415d7c761b3826243929d736f8e0f177 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Mon, 5 Jan 2026 13:46:05 +0100 Subject: [PATCH] Group only minor/patch updates to deps (#45136) Signed-off-by: stianst --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8bc12248b71..768757a9e59 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -16,6 +16,9 @@ updates: actions-dependencies: # This name will be used in the PR title patterns: - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: npm directory: js @@ -46,3 +49,6 @@ updates: npm-dependencies: # This name will be used in the PR title patterns: - "*" + update-types: + - "minor" + - "patch"