mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
40 lines
1 KiB
JSON
40 lines
1 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"timezone": "Asia/Shanghai",
|
|
"schedule": ["before 8am on monday"],
|
|
"ignorePaths": [
|
|
"crates/oxc_linter/fixtures/**"
|
|
],
|
|
"assignees": ["@Boshen"],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "github-actions",
|
|
"matchManagers": ["github-actions"]
|
|
},
|
|
{
|
|
"groupName": "rust crates",
|
|
"matchManagers": ["cargo"],
|
|
"ignoreDeps": ["textwrap", "owo-colors", "syn", "miette", "ureq"]
|
|
},
|
|
{
|
|
"groupName": "website npm packages",
|
|
"matchFileNames": ["website/package.json"],
|
|
"matchManagers": ["npm"]
|
|
},
|
|
{
|
|
"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
|
|
}
|
|
],
|
|
"lockFileMaintenance": {
|
|
"enabled": true
|
|
}
|
|
}
|