ci(renovate): Disable oxc_ PRs

This commit is contained in:
Fabian-Lars
2025-01-25 12:10:59 +01:00
committed by GitHub
parent 9dac2863af
commit 46c7b16111

View File

@@ -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"]