diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 812b0d1182..c7bb01ce5f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,17 +10,32 @@ updates: exclude-patterns: - '@strapi/babel-plugin-switch-ee-ce' + eslint: + patterns: + - 'eslint' + - 'eslint-*' + - '@typescript-eslint/*' + jest: patterns: - 'jest' - - 'jest-circus' - - 'jest-cli' + - 'jest-*' react: patterns: - 'react' - 'react-dom' + react-dnd: + patterns: + - 'react-dnd' + - 'react-dnd-*' + + redux: + patterns: + - 'redux' + - 'react-redux' + richtext-editor: patterns: - 'markdown-it'