mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 05:42:44 +08:00
chore(workflow): let renovate group patch updates (#12754)
This commit is contained in:
parent
0908d67e67
commit
f0e8c2461a
8
.github/renovate.json5
vendored
8
.github/renovate.json5
vendored
@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"extends": ["config:recommended", "schedule:weekly"],
|
||||
"dependencyDashboard": false,
|
||||
"packageRules": [
|
||||
// Use chore as semantic commit type for commit messages
|
||||
@ -25,6 +25,12 @@
|
||||
"packagePatterns": ["^@types/"],
|
||||
"groupSlug": "types"
|
||||
},
|
||||
{
|
||||
"groupName": "all patch dependencies",
|
||||
"groupSlug": "all-patch",
|
||||
"matchPackagePatterns": ["*"],
|
||||
"matchUpdateTypes": ["patch"]
|
||||
},
|
||||
// manually update peer dependencies
|
||||
{
|
||||
"depTypeList": ["peerDependencies"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user