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 fabd13e commit 6857678Copy full SHA for 6857678
.github/renovate.json5
@@ -61,10 +61,11 @@
61
"regexManagers": [
62
{
63
"fileMatch": [
64
- "packages/toolbox-core/integration.cloudbuild.yaml"
+ "packages/toolbox-core/integration.cloudbuild.yaml",
65
+ "packages/toolbox-adk/integration.cloudbuild.yaml",
66
],
67
"matchStrings": [
- "_TOOLBOX_VERSION: ['\"]?(?<currentValue>v?\\d+\\.\\d+\\.\\d+)['\"]?"
68
+ "_TOOLBOX_VERSION: ['\"]?(?<currentValue>v?\\d+\\.\\d+\\.\\d+)['\"]?",
69
70
"datasourceTemplate": "github-releases",
71
"depNameTemplate": "googleapis/genai-toolbox",
0 commit comments