From 49c195deb8e1c456763e4587121ece10f2e11c87 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Fri, 17 Oct 2025 13:00:07 +0530 Subject: [PATCH] ci: fix renovate PRs for toolbox versions --- .github/renovate.json5 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index f3eb783..f69f79b 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -20,6 +20,10 @@ ], pinDigests: true, }, + { + matchPackageNames: ['googleapis/genai-toolbox'], + 'semanticCommitType': 'feat' + } ], customManagers: [ {