From 4fe6b1d1a45d8ca6fff5f64606e458be2feff9bd Mon Sep 17 00:00:00 2001 From: Dan Hensby Date: Mon, 9 Jun 2025 09:37:45 +0100 Subject: [PATCH] ci: add dependabot grouping --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a3cce5..c5bcb02 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,11 @@ updates: directory: "/" # Location of package manifests schedule: interval: "weekly" + groups: + semantic-release: + patterns: + - "semantic-release" + - "@semantic-release/*" + commit-lint: + patterns: + - "@commitlint/*"