mirror of
https://github.com/strapi/strapi.git
synced 2025-09-26 17:00:55 +00:00
Chore: Improve and extend dependabot groups
This commit is contained in:
parent
77d973a40a
commit
8203d29525
19
.github/dependabot.yml
vendored
19
.github/dependabot.yml
vendored
@ -10,17 +10,32 @@ updates:
|
|||||||
exclude-patterns:
|
exclude-patterns:
|
||||||
- '@strapi/babel-plugin-switch-ee-ce'
|
- '@strapi/babel-plugin-switch-ee-ce'
|
||||||
|
|
||||||
|
eslint:
|
||||||
|
patterns:
|
||||||
|
- 'eslint'
|
||||||
|
- 'eslint-*'
|
||||||
|
- '@typescript-eslint/*'
|
||||||
|
|
||||||
jest:
|
jest:
|
||||||
patterns:
|
patterns:
|
||||||
- 'jest'
|
- 'jest'
|
||||||
- 'jest-circus'
|
- 'jest-*'
|
||||||
- 'jest-cli'
|
|
||||||
|
|
||||||
react:
|
react:
|
||||||
patterns:
|
patterns:
|
||||||
- 'react'
|
- 'react'
|
||||||
- 'react-dom'
|
- 'react-dom'
|
||||||
|
|
||||||
|
react-dnd:
|
||||||
|
patterns:
|
||||||
|
- 'react-dnd'
|
||||||
|
- 'react-dnd-*'
|
||||||
|
|
||||||
|
redux:
|
||||||
|
patterns:
|
||||||
|
- 'redux'
|
||||||
|
- 'react-redux'
|
||||||
|
|
||||||
richtext-editor:
|
richtext-editor:
|
||||||
patterns:
|
patterns:
|
||||||
- 'markdown-it'
|
- 'markdown-it'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user