From 5c04f4bc37c33614217ea0494b36db96dfce7ee7 Mon Sep 17 00:00:00 2001 From: DineshKumarRA Date: Sat, 4 Jan 2025 22:13:45 +0000 Subject: [PATCH] Added rangeStrategy to npm and cargo managers as some of the dependencies in package.json or cargo.toml is not getting updated --- renovate.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/renovate.json b/renovate.json index f5aba04d1c54e..e03df565fa82a 100644 --- a/renovate.json +++ b/renovate.json @@ -39,6 +39,7 @@ }, { "matchManagers": [ "npm" ], + "rangeStrategy": "bump", "commitMessagePrefix": "[js]", "labels": [ "dependencies", "c-nodejs" ] }, @@ -69,6 +70,7 @@ }, { "matchManagers": [ "cargo" ], + "rangeStrategy": "bump", "commitMessagePrefix": "[rust]", "labels": [ "dependencies", "c-rust" ] },