From 9952acf3b5796e11f5144c1ddeb996ba7f074f5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EA=B0=95=EB=8F=99=EC=9C=A4=20=28Donny=29?= Date: Mon, 22 Jul 2024 13:53:59 +0900 Subject: [PATCH] chore: Configure `matchCurrentVersion` for renovate --- renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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",