chore(renovate): update

This commit is contained in:
Boshen 2024-01-23 14:11:34 +08:00
parent d5014c03e7
commit b46dd9bbf8
No known key found for this signature in database
GPG key ID: 234DA6A7079C6801

View file

@ -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/**"]
}
]
}