We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ff9df7 commit 2e38a73Copy full SHA for 2e38a73
.github/renovate.json5
@@ -30,8 +30,9 @@
30
matchManagers: [
31
'regex',
32
],
33
- branchName: 'auto-update/toolbox-server-v{{newValue}}',
34
- 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}}",
35
+ "prTitle": "chore(deps): update mcp toolbox server for integration tests to v{{newValue}}",
36
matchUpdateTypes: [
37
'minor',
38
'patch',
0 commit comments