Skip to content

Commit

Permalink
chore(workflow): enable dependency dashboard of renovate (#7498)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Aug 8, 2024
1 parent f2ec947 commit 9ed91c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"timezone": "Asia/Shanghai",
"extends": [":dependencyDashboard"],
"schedule": [
"before 8am on wednesday"
],
Expand Down

2 comments on commit 9ed91c4

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Ran ecosystem CI: Open

suite result
modernjs ❌ failure
_selftest ✅ success
nx ❌ failure
rspress ✅ success
rsbuild ❌ failure
examples ✅ success

@rspack-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📝 Benchmark detail: Open

Name Base (2024-08-08 2bd905d) Current Change
10000_development-mode + exec 2.32 s ± 27 ms 2.33 s ± 36 ms +0.45 %
10000_development-mode_hmr + exec 701 ms ± 7.3 ms 708 ms ± 8.1 ms +1.04 %
10000_production-mode + exec 2.85 s ± 23 ms 2.87 s ± 44 ms +0.71 %
arco-pro_development-mode + exec 1.89 s ± 75 ms 1.91 s ± 52 ms +1.33 %
arco-pro_development-mode_hmr + exec 434 ms ± 2.4 ms 435 ms ± 2.1 ms +0.24 %
arco-pro_production-mode + exec 3.52 s ± 286 ms 3.5 s ± 174 ms -0.56 %
arco-pro_production-mode_generate-package-json-webpack-plugin + exec 3.54 s ± 235 ms 3.55 s ± 176 ms +0.18 %
threejs_development-mode_10x + exec 1.72 s ± 15 ms 1.71 s ± 19 ms -0.42 %
threejs_development-mode_10x_hmr + exec 826 ms ± 9.5 ms 829 ms ± 8.6 ms +0.39 %
threejs_production-mode_10x + exec 5.53 s ± 29 ms 5.52 s ± 29 ms -0.16 %

Please sign in to comment.