chore(workflow): let renovate bump package.json (#12714)

This commit is contained in:
neverland 2024-03-23 11:13:21 +08:00 committed by GitHub
parent a827e9e7d1
commit fdc5f9d704
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,9 @@
// Use chore as semantic commit type for commit messages // Use chore as semantic commit type for commit messages
{ {
"matchPackagePatterns": ["*"], "matchPackagePatterns": ["*"],
"semanticCommitType": "chore" "semanticCommitType": "chore",
// always bump package.json
"rangeStrategy": "bump"
}, },
{ {
"groupName": "rsbuild", "groupName": "rsbuild",