Skip to content

Commit

Permalink
chore: ignore react upgrades (#5474)
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Jan 26, 2024
1 parent 88e5557 commit f5de99b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"matchDepTypes": ["devDependencies"],
"schedule": ["on wednesday"],
"excludePackagePrefixes": ["webpack"],
"excludePackageNames": ["@playwright/test"],
"excludePackageNames": ["@playwright/test", "react", "react-dom"],
"assignees": ["@Boshen"]
},
{
Expand All @@ -68,7 +68,7 @@
{
"groupName": "npm ignored dependencies",
"matchManagers": ["npm"],
"matchPackageNames": ["@playwright/test"],
"matchPackageNames": ["@playwright/test", "react", "react-dom"],
"enabled": false
},
{
Expand Down

1 comment on commit f5de99b

@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.77 s ± 32 ms 1.74 s ± 16 ms -1.83%
10000_development-mode_hmr + exec 973 ms ± 15 ms 969 ms ± 13 ms -0.40%
10000_production-mode + exec 2.83 s ± 43 ms 2.84 s ± 26 ms +0.38%
threejs_development-mode_10x + exec 2.08 s ± 14 ms 2.07 s ± 20 ms -0.40%
threejs_development-mode_10x_hmr + exec 1.26 s ± 7.2 ms 1.26 s ± 7.9 ms -0.06%
threejs_production-mode_10x + exec 6.05 s ± 103 ms 6 s ± 18 ms -0.87%

Please sign in to comment.