diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7d9e65886ff..27d43209468 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -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",