chore(renovate): update

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

14
.github/renovate.json vendored
View file

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