mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
chore(workflow): setup renovate config (#12626)
This commit is contained in:
parent
22e85d8241
commit
b96fb46d19
31
.github/renovate.json5
vendored
Normal file
31
.github/renovate.json5
vendored
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
|
"extends": ["config:recommended"],
|
||||||
|
"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
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user