chore(workflow): let renovate group patch updates (#12754)

This commit is contained in:
neverland 2024-03-31 20:30:25 +08:00 committed by GitHub
parent 0908d67e67
commit f0e8c2461a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"],