Skip to content

Commit

Permalink
Merge pull request #9439 from camptocamp/webpack-renovate-group
Browse files Browse the repository at this point in the history
Renovate: Includes more packages in the Webpack group
  • Loading branch information
sbrunner authored Aug 26, 2024
2 parents 8962090 + ab58fcd commit da9a8a7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,17 @@
},
/** Group Webpack dependencies */
{
matchPackageNames: ['webpack', '/^webpack-.*/', '/.*-loader$/', 'copy-webpack-plugin'],
matchPackageNames: [
'webpack',
'/^webpack-.*/',
'/.*-webpack-plugin/',
'/.*-webpack$/',
'/.*-loader$/',
'loader-utils',
],
groupName: 'webpack',
automerge: true,
separateMultipleMajor: false,
},
/** Group and auto merge the CI dependencies */
{
Expand Down

0 comments on commit da9a8a7

Please sign in to comment.