Skip to content

Commit

Permalink
chore(workflow): let renovate bump package.json (youzan#12714)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiahan authored and CatsAndMice committed Apr 8, 2024
1 parent fa2eb12 commit 410ebc6
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 410ebc6

Please sign in to comment.