Skip to content

Commit

Permalink
ci(renovate): Disable oxc_ PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianLars authored Jan 25, 2025
1 parent 9dac286 commit 46c7b16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
"matchPackageNames": ["node", "pnpm"],
"matchDepTypes": ["engines", "packageManager"],
"enabled": false
},
{
"description": "Disable oxc_* crates because of MSRV and PR spam",
"matchPackageNames": ["oxc_*"],
"enabled": false
}
],
"postUpdateOptions": ["pnpmDedupe"]
Expand Down

0 comments on commit 46c7b16

Please sign in to comment.