mirror of
https://github.com/strapi/strapi.git
synced 2025-12-26 22:54:31 +00:00
Merge pull request #17184 from strapi/chore/dependabot-groups
Chore: Group dependabot updates
This commit is contained in:
commit
27505e6741
34
.github/dependabot.yml
vendored
34
.github/dependabot.yml
vendored
@ -2,6 +2,40 @@ version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: /
|
||||
groups:
|
||||
babel:
|
||||
patterns:
|
||||
- '@babel/*'
|
||||
- 'babel-*'
|
||||
exclude-patterns:
|
||||
- '@strapi/babel-plugin-switch-ee-ce'
|
||||
|
||||
jest:
|
||||
patterns:
|
||||
- 'jest'
|
||||
- 'jest-circus'
|
||||
- 'jest-cli'
|
||||
|
||||
react:
|
||||
patterns:
|
||||
- 'react'
|
||||
- 'react-dom'
|
||||
|
||||
richtext-editor:
|
||||
patterns:
|
||||
- 'markdown-it'
|
||||
- 'markdown-it-*'
|
||||
|
||||
testing-library:
|
||||
patterns:
|
||||
- '@testing-library/*'
|
||||
|
||||
webpack:
|
||||
patterns:
|
||||
- 'webpack'
|
||||
- 'webpack-cli'
|
||||
- 'webpack-dev-server'
|
||||
|
||||
schedule:
|
||||
interval: weekly
|
||||
day: sunday
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user