Skip to content

Commit 7727099

Browse files
authored
Merge pull request #58 from wayfair/pin-webpack-dependency
Pin Webpack Dependency to v5.72.x
2 parents 5dde6c6 + 37ffaaa commit 7727099

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535
{
3636
"matchPackageNames": ["webpack"],
3737
"matchPackagePrefixes": ["webpack-"],
38-
"groupName": "Webpack"
38+
"groupName": "Webpack",
39+
"allowedVersions": "5.72.x"
3940
},
4041
{
4142
"matchManagers": ["github-actions"],

0 commit comments

Comments
 (0)