mirror of
https://github.com/danbulant/oxc
synced 2026-05-19 20:28:58 +00:00
26 lines
675 B
JSON
26 lines
675 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["github>Boshen/renovate"],
|
|
"ignorePaths": [
|
|
"crates/oxc_linter/fixtures/**"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "rust crates",
|
|
"matchManagers": ["cargo"],
|
|
"ignoreDeps": ["syn", "ureq", "unicode-width"]
|
|
},
|
|
{
|
|
"groupName": "vscode npm packages",
|
|
"matchFileNames": ["editors/vscode/package.json"],
|
|
"matchManagers": ["npm"],
|
|
"ignoreDeps": ["@types/vscode"]
|
|
},
|
|
{
|
|
"groupName": "off",
|
|
"matchFileNames": ["napi/*/package.json", "npm/*/package.json"],
|
|
"matchManagers": ["npm"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|