Skip to content

Commit

Permalink
🧹 chore(none): group dependency updates (#2631)
Browse files Browse the repository at this point in the history
Update dependabot to group common dependency updates by organization or convention/schema (eg: `@eslint*` and `postcss*`). 

## Type of change

**NONE: internal change**
  • Loading branch information
kellymears authored Jul 28, 2024
1 parent 2e69ec6 commit 02a5424
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,46 @@ updates:
prefix: '📦 deps'
labels:
- dependencies
groups:
dev-dependencies:
dependency-type: 'development'
aws:
patterns:
- '@aws*'
babel:
patterns:
- '@babel*'
- 'babel-*'
eslint:
patterns:
- 'eslint*'
- '@eslint*'
lodash:
patterns:
- 'lodash*'
postcss:
patterns:
- 'postcss*'
stylelint:
patterns:
- 'stylelint*'
swc:
patterns:
- '@swc*'
vitest:
patterns:
- '@vitest*'
vue:
patterns:
- '@vue*'
- 'vue*'
webpack:
patterns:
- 'webpack*'
- '@webpack*'
wordpress:
patterns:
- '@wordpress*'

- package-ecosystem: github-actions
assignees:
Expand Down

0 comments on commit 02a5424

Please sign in to comment.