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 27, 2023
1 parent 1d06908 commit 68ce28c
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ sepidx
tscu
unstub
vates
vitest
yarnrc
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,26 @@ updates:
prefix: build
include: scope
directory: /
groups:
conventional-changelog:
patterns:
- '@types/conventional-changelog'
- '@types/conventional-changelog-core'
- '@types/conventional-changelog-writer'
- '@types/conventional-recommended-bump'
- '@types/git-raw-commits'
- conventional-changelog
- conventional-changelog-conventionalcommits
- conventional-changelog-core
- conventional-changelog-writer
- conventional-recommended-bump
typescript-eslint:
patterns:
- '@typescript-eslint/*'
vitest:
patterns:
- '@vitest/*'
- vitest
labels:
- scope:dependencies
- type:build
Expand Down

0 comments on commit 68ce28c

Please sign in to comment.