From 9f3d34703916fda2daaae9900e358ea82d70afe9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Wed, 24 Sep 2025 07:19:13 +0200 Subject: [PATCH] chore: Not weekly --- renovate.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 0503c3d1..c6294bfb 100644 --- a/renovate.json +++ b/renovate.json @@ -2,8 +2,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "schedule:weekly", - ":maintainLockFilesWeekly" + "config:recommended" ], "dependencyDashboard": true, "semanticCommits": "disabled",