Skip to content

Commit

Permalink
chore(deps): fix renovate configuration (#6410)
Browse files Browse the repository at this point in the history
  • Loading branch information
xc2 authored Apr 29, 2024
1 parent 7066027 commit 8abd18e
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 @@ -68,8 +68,8 @@
},
{
"groupName": "npm ignored dependencies",
"matchManagers": ["npm", "sass"],
"matchPackageNames": ["@playwright/test", "react", "react-dom", "typescript", "pnpm"],
"matchManagers": ["npm"],
"matchPackageNames": ["@playwright/test", "react", "react-dom", "typescript", "pnpm", "sass"],
"enabled": false
},
{
Expand Down

2 comments on commit 8abd18e

@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

task failure

@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, self-hosted, Linux, ci ❌ failure
_selftest, ubuntu-latest βœ… success
nx, ubuntu-latest βœ… success
rspress, ubuntu-latest ❌ failure
rsbuild, ubuntu-latest βœ… success
compat, ubuntu-latest βœ… success
examples, ubuntu-latest βœ… success

Please sign in to comment.