mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +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",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
"extends": ["config:recommended", "schedule:weekly"],
|
||||||
"dependencyDashboard": false,
|
"dependencyDashboard": false,
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
// Use chore as semantic commit type for commit messages
|
// Use chore as semantic commit type for commit messages
|
||||||
@ -25,6 +25,12 @@
|
|||||||
"packagePatterns": ["^@types/"],
|
"packagePatterns": ["^@types/"],
|
||||||
"groupSlug": "types"
|
"groupSlug": "types"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"groupName": "all patch dependencies",
|
||||||
|
"groupSlug": "all-patch",
|
||||||
|
"matchPackagePatterns": ["*"],
|
||||||
|
"matchUpdateTypes": ["patch"]
|
||||||
|
},
|
||||||
// manually update peer dependencies
|
// manually update peer dependencies
|
||||||
{
|
{
|
||||||
"depTypeList": ["peerDependencies"],
|
"depTypeList": ["peerDependencies"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user