Skip to content

Commit

Permalink
ci: [@dependabot] configure grouped version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
unicornware committed Jul 3, 2023
1 parent f3c59c0 commit c8537f6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@ updates:
prefix: build
include: scope
directory: /
groups:
conventional-changelog:
patterns:
- conventional-changelog
- conventional-changelog-conventionalcommits
- conventional-changelog-core
- conventional-changelog-writer
- conventional-recommended-bump
typescript-eslint:
patterns:
- '@typescript-eslint/*'
vitest:
patterns:
- '@vitest/*'
- vitest
ignore:
- dependency-name: vitest
labels:
Expand Down

0 comments on commit c8537f6

Please sign in to comment.