Skip to content

Commit

Permalink
chore: grouping dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jan 1, 2024
1 parent 1c10e4b commit caed2c9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ updates:
- erunion
labels:
- dependencies
groups:
minor-development-deps:
dependency-type: 'development'
update-types:
- minor
- patch
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)
Expand All @@ -21,6 +27,12 @@ updates:
- erunion
labels:
- dependencies
groups:
minor-development-deps:
dependency-type: 'development'
update-types:
- minor
- patch
commit-message:
prefix: chore(deps)
prefix-development: chore(deps-dev)

0 comments on commit caed2c9

Please sign in to comment.