Skip to content

Commit 25007e1

Browse files
committed
ci: temporary disable updating esbuild
Versions 0.25.0 breaks sourcemaps, this requires further investigation and if it's possible to mitigate from our end.
1 parent be15b88 commit 25007e1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

renovate.json

+9-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,15 @@
2323
"dependencyDashboard": true,
2424
"schedule": ["after 10:00pm every weekday", "before 4:00am every weekday", "every weekend"],
2525
"baseBranches": ["main"],
26-
"ignoreDeps": ["@types/node", "@types/express", "build_bazel_rules_nodejs", "rules_pkg", "yarn"],
26+
"ignoreDeps": [
27+
"@types/node",
28+
"@types/express",
29+
"build_bazel_rules_nodejs",
30+
"rules_pkg",
31+
"yarn",
32+
"esbuild",
33+
"esbuild-wasm"
34+
],
2735
"includePaths": [
2836
"WORKSPACE",
2937
"package.json",

0 commit comments

Comments
 (0)