Skip to content

Commit 0ff9df7

Browse files
fix(renovate): fix config validation error (#413)
1 parent 10deec2 commit 0ff9df7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/renovate.json5

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
],
3333
branchName: 'auto-update/toolbox-server-v{{newValue}}',
3434
commitMessageTopic: 'chore(deps): update MCP Toolbox server for integration tests to {{newValue}}',
35-
groupName: false,
3635
matchUpdateTypes: [
3736
'minor',
3837
'patch',
@@ -87,4 +86,4 @@
8786
packageNameTemplate: 'googleapis/genai-toolbox',
8887
},
8988
],
90-
}
89+
}

0 commit comments

Comments
 (0)