diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 9fb0b4df..13ebc4b8 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -2,8 +2,6 @@ "enabled": true, "dependencyDashboard": true, "dependencyDashboardTitle": "Renovate Dashboard", - "commitMessagePrefix": "[{{{parentDir}}}]", - "branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}", "assigneesFromCodeOwners": true, "reviewersFromCodeOwners": true, "suppressNotifications": ["prIgnoreNotification"], @@ -20,6 +18,8 @@ // 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"], @@ -43,6 +43,8 @@ // Other library deps // { + "commitMessagePrefix": "[{{{parentDir}}}]", + "branchTopic": "{{{parentDir}}}-{{{depNameSanitized}}}-{{{newMajor}}}{{#if isPatch}}.{{{newMinor}}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}", "updateTypes": ["major"], "bumpVersion": "major", "labels": ["dependency/major"],