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
+3 -1
View File
@@ -6,7 +6,9 @@
// Use chore as semantic commit type for commit messages
{
"matchPackagePatterns": ["*"],
"semanticCommitType": "chore"
"semanticCommitType": "chore",
// always bump package.json
"rangeStrategy": "bump"
},
{
"groupName": "rsbuild",