mirror of
https://github.com/danbulant/oxc
synced 2026-05-20 12:48:38 +00:00
14 lines
311 B
JSON
14 lines
311 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"]
|
|
}
|
|
]
|
|
}
|