From 1ebefaa8cef8091562ddddd9c09a60e4629b0789 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:01:07 +0900 Subject: [PATCH] cargo --- renovate.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/renovate.json b/renovate.json index 43c0dee4352e..d43eb4172de3 100644 --- a/renovate.json +++ b/renovate.json @@ -9,11 +9,7 @@ }, { "groupName": "cargo", - "matchDatasources": ["cargo"] - }, - { - "matchDepTypes": ["devDependencies"], - "automerge": true + "matchDatasources": ["crate"] } ] }