Skip to content

Commit

Permalink
ci: setup renovatebot (#5406)
Browse files Browse the repository at this point in the history
Only `github-actions` is configured for this PR for testing purposes

relates #5387
  • Loading branch information
Boshen authored Jan 23, 2024
1 parent 114c5de commit 613db1b
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"ignorePaths": [
"**/tests/**",
"**/fixtures/**",
"webpack-examples/**",
"webpack-test/**"
],
"packageRules": [
{
"groupName": "github-actions",
"matchManagers": ["github-actions"],
"schedule": ["on wednesday"],
"assignees": ["@Boshen"]
}
]
}

1 comment on commit 613db1b

@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.69 s ± 19 ms -1.01%
10000_development-mode_hmr + exec 1 s ± 11 ms 1.01 s ± 9.9 ms +0.77%
10000_production-mode + exec 2.74 s ± 57 ms 2.67 s ± 23 ms -2.57%
threejs_development-mode_10x + exec 2.02 s ± 18 ms 2 s ± 20 ms -1.35%
threejs_development-mode_10x_hmr + exec 1.33 s ± 5.1 ms 1.32 s ± 9.6 ms -0.56%
threejs_production-mode_10x + exec 5.94 s ± 39 ms 6.14 s ± 62 ms +3.50%

Please sign in to comment.