From 1bf75816ea8cbf5fbcc9062e00f5a4c483195ac7 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 10 May 2021 14:43:52 +0200 Subject: [PATCH] bundle common master updates --- .github/renovate.json5 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9ce4958ec36..d04fbebc213 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -25,12 +25,11 @@ // Common library dep // { - "commitMessagePrefix": "[{{{parentDir}}}]", - "branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}", "updateTypes": ["major"], "bumpVersion": "major", "labels": ["dependency/major"], "packageNames": ["common"] + "groupName": ["internal major dep"] }, { "updateTypes": ["minor"],