From f60604b7d7c754c0de5f64900352ef406f5e040e Mon Sep 17 00:00:00 2001 From: Marcus Notheis Date: Fri, 4 Aug 2023 16:15:37 +0200 Subject: [PATCH] ci(renovate): use chore for UI5 Web Components React example updates --- .github/renovate.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 5cd66721c69..a942ce0540e 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -53,12 +53,14 @@ }, { "description": "UI5 Web Components (for React) in all examples", - "groupName": "ui5-webcomponents (react)", + "groupName": "UI5 Web Components React (examples)", + "groupSlug": "examples-ui5-webcomponents-react", "matchPaths": ["examples/**"], "matchSourceUrlPrefixes": [ "https://github.com/SAP/ui5-webcomponents", "https://github.com/SAP/ui5-webcomponents-react" - ] + ], + "semanticCommitType": "chore" } ] }