Skip to content

Commit

Permalink
ci: temporary disable updating esbuild
Browse files Browse the repository at this point in the history
Versions 0.25.0 breaks sourcemaps, this requires further investigation and if it's possible to mitigate from our end.
  • Loading branch information
alan-agius4 committed Feb 12, 2025
1 parent be15b88 commit 25007e1
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,15 @@
"dependencyDashboard": true,
"schedule": ["after 10:00pm every weekday", "before 4:00am every weekday", "every weekend"],
"baseBranches": ["main"],
"ignoreDeps": ["@types/node", "@types/express", "build_bazel_rules_nodejs", "rules_pkg", "yarn"],
"ignoreDeps": [
"@types/node",
"@types/express",
"build_bazel_rules_nodejs",
"rules_pkg",
"yarn",
"esbuild",
"esbuild-wasm"
],
"includePaths": [
"WORKSPACE",
"package.json",
Expand Down

0 comments on commit 25007e1

Please sign in to comment.