diff --git a/.github/renovate.json5 b/.github/renovate.json5
index 7d9e65886..27d432094 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",