Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
'/packages/toolbox-core/integration.cloudbuild.yaml/',
'/packages/toolbox-langchain/integration.cloudbuild.yaml/',
'/packages/toolbox-llamaindex/integration.cloudbuild.yaml/',
'/packages/toolbox-adk/integration.cloudbuild.yaml/',
Comment on lines 71 to +74
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

optional: Does something like /packages/*/integration.cloudbuild.yaml/ work?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SaxenaAnushka102 any ideas? Do you want to test this one out?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Twisha! I tested using /packages/*/integration.cloudbuild.yaml/ but it didn't work. We'll have to add path to each CloudBuild config file separately.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

According to the docs, it supports regex. Would you mind looking into this?

],
matchStrings: [
'_TOOLBOX_VERSION: [\'|"]?(?<currentValue>v?\\d+\\.\\d+\\.\\d+)[\'|"]?',
Expand Down
Loading