From 2e8e19cc4094f0f00bf7bf2346ab955bcdd7098e Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Thu, 21 May 2026 08:18:45 +0200 Subject: [PATCH] chore(deps): group @speclynx/apidom-* dependabot updates Bundle ApiDOM package updates into a single PR via dependabot group config to reduce review churn. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 156ffaa..db83b54 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: prefix: "chore" include: "scope" open-pull-requests-limit: 3 + groups: + apidom: + patterns: + - "@speclynx/apidom-*" - package-ecosystem: "github-actions" target-branch: "main"