From 27b319fa96024b6a9948347b40ef52f8afbd4665 Mon Sep 17 00:00:00 2001 From: Joakim Carlstein Date: Tue, 12 Dec 2023 16:20:35 +0100 Subject: [PATCH] chore: group commitlint packages for dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 11579a8..cee64b8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,6 +10,10 @@ updates: versioning-strategy: increase commit-message: prefix: 'chore(deps)' + groups: + commitlint: + patterns: + - '@commitlint/*' reviewers: - 'aboviq/maintainers'