diff --git a/renovate.json b/renovate.json index 1cf51030530..091e5aa37ae 100644 --- a/renovate.json +++ b/renovate.json @@ -6,11 +6,13 @@ "packageRules": [ { "groupName": "npm", - "matchDatasources": ["npm"] + "matchDatasources": ["npm"], + "matchCurrentVersion": ">=1.0.0" }, { "groupName": "cargo", - "matchDatasources": ["crate"] + "matchDatasources": ["crate"], + "matchCurrentVersion": ">=1.0.0" }, { "groupName": "actions",