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 ae5de9c commit f7eb814Copy full SHA for f7eb814
.github/renovate.json5
@@ -11,6 +11,7 @@
11
],
12
minimumReleaseAge: '3',
13
rebaseWhen: 'conflicted',
14
+ configMigration: true,
15
dependencyDashboardLabels: [
16
'type: process',
17
@@ -30,8 +31,7 @@
30
31
matchManagers: [
32
'regex',
33
- "branchName": "auto-update/toolbox-server-v{{newValue}}",
34
- "commitMessageTopic": "update MCP Toolbox server version in integration tests to v{{newValue}}",
+ "commitMessageTopic": "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',
0 commit comments