Skip to content

Commit

Permalink
Merge pull request #9435 from camptocamp/webpack-renovate-group
Browse files Browse the repository at this point in the history
Renovate: create a group for Webpack
  • Loading branch information
sbrunner authored Aug 26, 2024
2 parents 8195f56 + 7ef1190 commit 5a09aec
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@
versioning: 'regex:^v(?<major>\\d+)\\.(?<minor>\\d+)\\.(?<patch>\\d+)\\.(?<build>\\d+)$',
matchDepNames: ['shellcheck-py/shellcheck-py'],
},
/** Group Webpack dependencies */
{
matchPackageNames: ['webpack', '/^webpack-.*/', '/.*-loader$/', 'copy-webpack-plugin'],
groupName: 'webpack',
automerge: true,
},
/** Group and auto merge the CI dependencies */
{
matchFileNames: ['.github/**', '.pre-commit-config.yaml', 'ci/**'],
Expand Down

0 comments on commit 5a09aec

Please sign in to comment.