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

This commit is contained in:
neverland
2024-03-23 03:13:21 +00: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 // 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",