Skip to content

Commit

Permalink
Group Dependabot updates
Browse files Browse the repository at this point in the history
* Group ‘build’ for dependencies that might modify dist
* Group ‘test’ for dependencies that might break checks
* Group ‘tools’ for all other dependencies
  • Loading branch information
colinrotherham committed Jan 18, 2024
1 parent 41a29df commit 7a0a346
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@ updates:
directory: /
open-pull-requests-limit: 10

# Group packages into shared PR
groups:
build:
patterns:
- '@babel/*'
- 'babel-*'
- 'core-js'
- 'csso-cli'
- 'preact'
- 'source-map-loader'
- 'terser-*'
- 'webpack'
- 'webpack-*'

test:
patterns:
- '@wdio/*'
- 'chai'
- 'devtools'
- 'karma'
- 'karma-*'
- 'mocha'
- 'puppeteer'
- 'standard'
- 'webdriverio'

tools:
patterns:
- 'chalk'
- 'cross-env'
- 'dotenv'
- 'husky'
- 'npm-run-all'

reviewers:
- alphagov/design-system-developers

Expand Down

0 comments on commit 7a0a346

Please sign in to comment.