From a09ef90929ed8326528cb4aa7c9ad1bcb8ab4d4b Mon Sep 17 00:00:00 2001 From: Moritz Marby Date: Thu, 13 Nov 2025 09:15:25 +0100 Subject: [PATCH] fix: add not-pending prCreation for not waiting for status checks --- .github/renovate.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index b9d2a7fb..43c6434b 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,10 +8,13 @@ "npm:unpublishSafe", ":disableDependencyDashboard" ], + "prCreation": "not-pending", "packageRules": [ { "groupName": "@ui5/webcomponents packages", - "matchPackageNames": ["@ui5/webcomponents{/,}**"] + "matchPackageNames": [ + "@ui5/webcomponents{/,}**" + ] } ] -} \ No newline at end of file +}