From acd51a6b16c6824b5890f53d92311797004d7e1f Mon Sep 17 00:00:00 2001 From: Magnus Persson <1431685+magnusp@users.noreply.github.com> Date: Sat, 12 Sep 2026 00:29:25 +0200 Subject: [PATCH] chore(dependabot): configure minor-and-patch grouping --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4c1be68..96f9290 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,6 +7,13 @@ updates: open-pull-requests-limit: 10 labels: - "dependencies" + groups: + minor-and-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch" - package-ecosystem: "github-actions" directory: "/" @@ -16,3 +23,10 @@ updates: labels: - "dependencies" - "github-actions" + groups: + minor-and-patch: + patterns: + - "*" + update-types: + - "minor" + - "patch"