Skip to content

Commit

Permalink
chore(workflow): let renovate bump package.json (#12714)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored Mar 23, 2024
1 parent a827e9e commit fdc5f9d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fdc5f9d

Please sign in to comment.