Skip to content

Commit

Permalink
ci: add dependency groups
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes-huther committed Sep 27, 2023
1 parent 5fe13eb commit c85aad1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: "/"
Expand Down

0 comments on commit c85aad1

Please sign in to comment.