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 +}