mirror of
https://github.com/danbulant/oxc
synced 2026-05-24 20:32:10 +00:00
chore(renovate): update
This commit is contained in:
parent
d5014c03e7
commit
b46dd9bbf8
1 changed files with 9 additions and 0 deletions
9
.github/renovate.json
vendored
9
.github/renovate.json
vendored
|
|
@ -1,5 +1,8 @@
|
|||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"ignorePaths": [
|
||||
"crates/oxc_linter/fixtures/**"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"matchManagers": ["github-actions"],
|
||||
|
|
@ -10,6 +13,12 @@
|
|||
"matchManagers": ["cargo"],
|
||||
"schedule": ["on monday"],
|
||||
"assignees": ["@Boshen"]
|
||||
},
|
||||
{
|
||||
"matchManagers": ["npm"],
|
||||
"schedule": ["on monday"],
|
||||
"assignees": ["@Boshen"],
|
||||
"includePaths": ["website/**"]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue