From a26ee86f6f7c95c31bfceff6836a1ddd6bdabf2b Mon Sep 17 00:00:00 2001 From: Maximilian Franzke Date: Tue, 17 Oct 2023 15:16:34 +0200 Subject: [PATCH] feat: introduce grouped version updates for dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2c1e101c16..2f16b96604a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -63,6 +63,10 @@ updates: separator: "-" # https://github.com/dependabot/dependabot-core/issues/5226#issuecomment-1179434437 versioning-strategy: increase + groups: + commitlint: + patterns: + - "@commitlint*" - package-ecosystem: "npm" directory: "/examples/react-example"