Skip to content

Commit 6857678

Browse files
add new toolbox-adk package to filematch array
Signed-off-by: SaxenaAnushka102 <[email protected]>
1 parent fabd13e commit 6857678

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
@@ -61,10 +61,11 @@
6161
"regexManagers": [
6262
{
6363
"fileMatch": [
64-
"packages/toolbox-core/integration.cloudbuild.yaml"
64+
"packages/toolbox-core/integration.cloudbuild.yaml",
65+
"packages/toolbox-adk/integration.cloudbuild.yaml",
6566
],
6667
"matchStrings": [
67-
"_TOOLBOX_VERSION: ['\"]?(?<currentValue>v?\\d+\\.\\d+\\.\\d+)['\"]?"
68+
"_TOOLBOX_VERSION: ['\"]?(?<currentValue>v?\\d+\\.\\d+\\.\\d+)['\"]?",
6869
],
6970
"datasourceTemplate": "github-releases",
7071
"depNameTemplate": "googleapis/genai-toolbox",

0 commit comments

Comments
 (0)