Skip to content

Commit

Permalink
Merge pull request #58 from wayfair/pin-webpack-dependency
Browse files Browse the repository at this point in the history
Pin Webpack Dependency to v5.72.x
  • Loading branch information
lelia authored Oct 12, 2022
2 parents 5dde6c6 + 37ffaaa commit 7727099
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
{
"matchPackageNames": ["webpack"],
"matchPackagePrefixes": ["webpack-"],
"groupName": "Webpack"
"groupName": "Webpack",
"allowedVersions": "5.72.x"
},
{
"matchManagers": ["github-actions"],
Expand Down

0 comments on commit 7727099

Please sign in to comment.