Skip to content

Commit

Permalink
ci: only update github-actions and cargo dependencies (#5410)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen authored Jan 23, 2024
1 parent 613db1b commit b11c5e8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabledManagers": ["github-actions", "cargo"],
"ignorePaths": [
"**/tests/**",
"**/fixtures/**",
Expand All @@ -12,6 +13,13 @@
"matchManagers": ["github-actions"],
"schedule": ["on wednesday"],
"assignees": ["@Boshen"]
},
{
"groupName": "cargo",
"matchManagers": ["github-actions"],
"schedule": ["on wednesday"],
"assignees": ["@Boshen"],
"excludePackagePatterns": ["swc"]
}
]
}

1 comment on commit b11c5e8

@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 current %
10000_development-mode + exec 1.71 s ± 35 ms 1.71 s ± 27 ms +0.29%
10000_development-mode_hmr + exec 1 s ± 11 ms 1.02 s ± 6.5 ms +1.79%
10000_production-mode + exec 2.74 s ± 57 ms 2.81 s ± 44 ms +2.64%
threejs_development-mode_10x + exec 2.02 s ± 18 ms 2.01 s ± 26 ms -0.69%
threejs_development-mode_10x_hmr + exec 1.33 s ± 5.1 ms 1.33 s ± 8.2 ms -0.12%
threejs_production-mode_10x + exec 5.94 s ± 39 ms 6.01 s ± 119 ms +1.34%

Please sign in to comment.