mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 12:21:58 +00:00
chore(renovate): update
This commit is contained in:
parent
b46dd9bbf8
commit
e5d5e60469
1 changed files with 12 additions and 2 deletions
14
.github/renovate.json
vendored
14
.github/renovate.json
vendored
|
|
@ -5,20 +5,30 @@
|
|||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"groupName": "github-actions",
|
||||
"matchManagers": ["github-actions"],
|
||||
"schedule": ["on monday"],
|
||||
"assignees": ["@Boshen"]
|
||||
},
|
||||
{
|
||||
"groupName": "cargo",
|
||||
"matchManagers": ["cargo"],
|
||||
"schedule": ["on monday"],
|
||||
"assignees": ["@Boshen"]
|
||||
},
|
||||
{
|
||||
"groupName": "website",
|
||||
"includePaths": ["website/**"],
|
||||
"matchManagers": ["npm"],
|
||||
"schedule": ["on monday"],
|
||||
"assignees": ["@Boshen"],
|
||||
"includePaths": ["website/**"]
|
||||
"assignees": ["@Boshen"]
|
||||
},
|
||||
{
|
||||
"groupName": "vscode",
|
||||
"includePaths": ["editors/vscode/**"],
|
||||
"matchManagers": ["npm"],
|
||||
"schedule": ["on monday"],
|
||||
"assignees": ["@Boshen"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue