Skip to content

Commit

Permalink
Merge pull request #12321 from bbc/dependabot-groupings
Browse files Browse the repository at this point in the history
Group react & react-dom in dependabot; ignore eslint-config-airbnb temporarily
  • Loading branch information
karinathomasbbc authored Jan 21, 2025
2 parents e383361 + 6aa13ce commit 2678659
Showing 1 changed file with 19 additions and 6 deletions.
25 changes: 19 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ updates:
update-types: ['version-update:semver-major']
- dependency-name: '@typescript-eslint/eslint-plugin'
update-types: ['version-update:semver-major']
# https://jira.dev.bbc.co.uk/browse/WSTEAMA-1545 - Upgrade eslint-config-airbnb to the latest version
- dependency-name: eslint-config-airbnb
update-types: ['version-update:semver-major']
# https://jira.dev.bbc.co.uk/browse/NEWSWORLDSERVICE-2186: Latest version of Emotion contains a memory leak that needs resolved: https://github.com/emotion-js/emotion/issues/3221
- dependency-name: '@emotion/*'
# Opera Mini unsupported packages
Expand All @@ -28,15 +31,22 @@ updates:
# https://jira.dev.bbc.co.uk/browse/NEWSWORLDSERVICE-2187: Latest major version of react has breaking changes
- dependency-name: 'react'
update-types: ['version-update:semver-major']
- dependency-name: 'react-dom'
update-types: ['version-update:semver-major']
- dependency-name: '@types/react'
update-types: ['version-update:semver-major']
- dependency-name: '@types/react-dom'
update-types: ['version-update:semver-major']
labels:
- 'dependencies'
groups:
babel:
patterns:
- '@babel/*'
- 'babel-*'
bbc:
patterns:
- '@bbc/*'
emotion:
patterns:
- '@emotion/*'
Expand All @@ -45,17 +55,20 @@ updates:
- '@next/*'
- 'next'
- 'next-*'
loadable-minor-patch:
patterns:
- '@loadable/*'
react:
patterns:
- 'react'
- 'react-dom'
- '@types/react'
- '@types/react-dom'
storybook:
patterns:
- '@storybook/*'
- 'storybook'
- '@esbuild/*'
bbc:
patterns:
- '@bbc/*'
loadable-minor-patch:
patterns:
- '@loadable/*'
webpack-minor-patch:
patterns:
- 'webpack'
Expand Down

0 comments on commit 2678659

Please sign in to comment.