Skip to content

Commit 2e38a73

Browse files
fix: add prTitle field (#415)
Signed-off-by: Anushka Saxena <[email protected]>
1 parent 0ff9df7 commit 2e38a73

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/renovate.json5

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
matchManagers: [
3131
'regex',
3232
],
33-
branchName: 'auto-update/toolbox-server-v{{newValue}}',
34-
commitMessageTopic: 'chore(deps): update MCP Toolbox server for integration tests to {{newValue}}',
33+
"branchName": "auto-update/toolbox-server-v{{newValue}}",
34+
"commitMessageTopic": "update MCP Toolbox server version in integration tests to v{{newValue}}",
35+
"prTitle": "chore(deps): update mcp toolbox server for integration tests to v{{newValue}}",
3536
matchUpdateTypes: [
3637
'minor',
3738
'patch',

0 commit comments

Comments
 (0)