Skip to content

Commit

Permalink
chore: add libraries_bom_version in generation configuration (#10712)
Browse files Browse the repository at this point in the history
* chore: add libraries_bom_version to generation config

* update renovate
  • Loading branch information
JoeWang1127 committed Apr 16, 2024
1 parent c76d83c commit ae22f1c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
3 changes: 2 additions & 1 deletion generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
gapic_generator_version: 2.38.1
protobuf_version: '25.2'
googleapis_commitish: 113a378d5aad5018876ec0a8cbfd4d6a4f746809
libraries_bom_version: 26.37.0
owlbot_cli_image: sha256:623647ee79ac605858d09e60c1382a716c125fb776f69301b72de1cd35d49409
synthtool_commitish: 6612ab8f3afcd5e292aecd647f0fa68812c9f5b5
synthtool_commitish: 63cc541da2c45fcfca2136c43e638da1fbae174d
template_excludes:
- .github/*
- .kokoro/*
Expand Down
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@
"depNameTemplate": "com.google.cloud:libraries-bom",
"datasourceTemplate": "maven"
},
{
"fileMatch": [
"generation_config.yaml"
],
"matchStrings": [
"libraries_bom_version\\s*:\\s*(?<currentValue>.*?)\\n"
],
"depNameTemplate": "com.google.cloud:libraries-bom",
"datasourceTemplate": "maven"
},
{
"fileMatch": [
"generation_config.yaml"
Expand Down

0 comments on commit ae22f1c

Please sign in to comment.