diff --git a/.github/renovate.json5 b/.github/renovate.json5 index e486ce677..1239a6685 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -11,6 +11,7 @@ ], minimumReleaseAge: '3', rebaseWhen: 'conflicted', + configMigration: true, dependencyDashboardLabels: [ 'type: process', ], @@ -30,8 +31,7 @@ matchManagers: [ 'regex', ], - "branchName": "auto-update/toolbox-server-v{{newValue}}", - "commitMessageTopic": "update MCP Toolbox server version in integration tests to v{{newValue}}", + "commitMessageTopic": "MCP Toolbox server version in integration tests to v{{newValue}}", "prTitle": "chore(deps): update mcp toolbox server for integration tests to v{{newValue}}", matchUpdateTypes: [ 'minor',