Chore: Improve and extend dependabot groups

This commit is contained in:
Gustav Hansen 2023-07-10 08:00:54 +02:00
parent 77d973a40a
commit 8203d29525

View File

@ -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'