Skip to content

Commit f7eb814

Browse files
feat(renovate): remove custom branchName for genai-toolbox updates
Signed-off-by: Anushka Saxena <[email protected]>
1 parent ae5de9c commit f7eb814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
],
1212
minimumReleaseAge: '3',
1313
rebaseWhen: 'conflicted',
14+
configMigration: true,
1415
dependencyDashboardLabels: [
1516
'type: process',
1617
],
@@ -30,8 +31,7 @@
3031
matchManagers: [
3132
'regex',
3233
],
33-
"branchName": "auto-update/toolbox-server-v{{newValue}}",
34-
"commitMessageTopic": "update MCP Toolbox server version in integration tests to v{{newValue}}",
34+
"commitMessageTopic": "MCP Toolbox server version in integration tests to v{{newValue}}",
3535
"prTitle": "chore(deps): update mcp toolbox server for integration tests to v{{newValue}}",
3636
matchUpdateTypes: [
3737
'minor',

0 commit comments

Comments
 (0)