From 1721f0cc9a62969dd634edf87e5c983c406ecc22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20J=C3=B6rg?= Date: Tue, 23 Sep 2025 23:02:35 +0200 Subject: [PATCH] fix(renovate): Don't seperate minor/major --- renovate.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/renovate.json b/renovate.json index c8fe423c..d8720527 100644 --- a/renovate.json +++ b/renovate.json @@ -2,16 +2,11 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - ":dependencyDashboard", - "group:allNonMajor:", - "schedule:weekly" + "schedule:weekly", + ":maintainLockFilesWeekly" ], + "dependencyDashboard": true, "semanticCommits": "disabled", - "lockFileMaintenance": { - "extends": [ - "group:allNonMajor" - ] - }, "ignorePaths": [ "attic/", "bootstrap/"