From 13f12779dc0762f3f2df64f08a7a0559acfa9505 Mon Sep 17 00:00:00 2001 From: Timo Date: Fri, 11 Apr 2025 12:39:51 +0200 Subject: [PATCH] default for yarn updates --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index a865ce00..b737c0ed 100644 --- a/renovate.json +++ b/renovate.json @@ -55,8 +55,7 @@ }, { "groupName": "Yarn", - "matchDepNames": ["yarn"], - "extends": ["schedule:weekly"] + "matchDepNames": ["yarn"] } ], "semanticCommits": "disabled",