diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 59e9534..080bb6a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,6 +24,20 @@ updates: allow: - dependency-type: "development" versioning-strategy: increase + groups: + commitlint: + patterns: + - "@commitlint/*" + - "conventional-changelog-conventionalcommits" + semantic-release: + patterns: + - "semantic-release" + - "@semantic-release/*" + storybook: + patterns: + - "storybook" + - "@storybook/*" + - "chromatic" - package-ecosystem: "github-actions" directory: "/"