Skip to content

Commit 78d1010

Browse files
committed
build: temporarily block Webpack version updates
Webpack 5.88.0+ currently causes failures during i18n builds and prevents CI from passing. This is causing a block on renovate from updating all minor dependencies. While an investigation into the problem is in progress, the Webpack version is now added to the Renovate ignore list to allow other dependencies updates to occur.
1 parent ba3b4ce commit 78d1010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"dependencyDashboard": true,
1313
"schedule": ["after 10:00pm every weekday", "before 4:00am every weekday", "every weekend"],
1414
"baseBranches": ["main"],
15-
"ignoreDeps": ["@types/node", "rules_pkg", "less-loader"],
15+
"ignoreDeps": ["@types/node", "rules_pkg", "less-loader", "webpack"],
1616
"includePaths": [
1717
"WORKSPACE",
1818
"package.json",

0 commit comments

Comments
 (0)