diff --git a/.github/renovate.json5 b/.github/renovate.json5 index b1d49c527..e486ce677 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -30,8 +30,9 @@ matchManagers: [ 'regex', ], - branchName: 'auto-update/toolbox-server-v{{newValue}}', - commitMessageTopic: 'chore(deps): update MCP Toolbox server for integration tests to {{newValue}}', + "branchName": "auto-update/toolbox-server-v{{newValue}}", + "commitMessageTopic": "update 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', 'patch',