mirror of
https://github.com/youzan/vant.git
synced 2026-01-22 01:02:23 +08:00
33 lines
679 B
Plaintext
33 lines
679 B
Plaintext
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["config:recommended"],
|
|
"dependencyDashboard": false,
|
|
"packageRules": [
|
|
// Use chore as semantic commit type for commit messages
|
|
{
|
|
"matchPackagePatterns": ["*"],
|
|
"semanticCommitType": "chore"
|
|
},
|
|
{
|
|
"groupName": "rsbuild",
|
|
"packagePatterns": ["rsbuild"],
|
|
"groupSlug": "rsbuild"
|
|
},
|
|
{
|
|
"groupName": "vite",
|
|
"packagePatterns": ["vite"],
|
|
"groupSlug": "vite"
|
|
},
|
|
{
|
|
"groupName": "types",
|
|
"packagePatterns": ["^@types/"],
|
|
"groupSlug": "types"
|
|
},
|
|
// manually update peer dependencies
|
|
{
|
|
"depTypeList": ["peerDependencies"],
|
|
"enabled": false
|
|
}
|
|
]
|
|
}
|