From 5b82a83a3b069829b39575eb1f557206f31e85a0 Mon Sep 17 00:00:00 2001 From: Medicopter117 Date: Sat, 7 Feb 2026 12:15:11 +0100 Subject: [PATCH] feat: Add `npm.npmrc` configuration and refine Node.js and Python update group definitions. --- renovate.json | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/renovate.json b/renovate.json index d04c588..18f15c5 100644 --- a/renovate.json +++ b/renovate.json @@ -12,6 +12,9 @@ "automerge": false, "rangeStrategy": "pin", "timezone": "Europe/Berlin", + "npm": { + "npmrc": "legacy-peer-deps=true" + }, "pip_requirements": { "fileMatch": [ "(^|/)requirements\\.txt$", @@ -23,12 +26,8 @@ "matchManagers": [ "npm" ], - "fileMatch": [ - "package.json", - "package-lock.json" - ], "groupName": "Node.js Updates", - "description": "Alles für Node.js in einen PR" + "description": "Fasst alle Node.js/NPM Updates inklusive Peer-Dep-Fix zusammen" }, { "matchManagers": [ @@ -37,7 +36,7 @@ "poetry" ], "groupName": "Python Updates", - "description": "Alles für Python (Root & Folder) in einen PR" + "description": "Fasst alle Python-Updates aus Root und Unterordnern zusammen" }, { "matchManagers": [