From 97b712195f4d4b93e8498eb2f92c7946e7952289 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20Ko=CC=88ninger?= Date: Wed, 26 Nov 2025 21:53:15 +0100 Subject: [PATCH] chore: update npm settings in renovate.json for release age and PR creation --- renovate.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 2940926210d..e865b5568f5 100644 --- a/renovate.json +++ b/renovate.json @@ -6,7 +6,11 @@ "bot", "dependencies" ], - + "npm": { + "minimumReleaseAge": "5 days", + "internalChecksFilter": "strict", + "prCreation": "not-pending" + }, "packageRules": [ { "description": "Automatically merge minor and patch-level updates when checks pass, creates a PR otherwise",