mirror of
https://github.com/youzan/vant.git
synced 2025-10-14 07:00:32 +00:00
chore(workflow): let renovate group patch updates (#12754)
This commit is contained in:
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"],
|
||||
|
Reference in New Issue
Block a user