Skip to content

Commit

Permalink
chore: Update generation configuration at Tue Oct 8 02:28:35 UTC 2024 (
Browse files Browse the repository at this point in the history
…#1735)

* chore: Update generation configuration at Tue Oct  1 02:30:56 UTC 2024

* chore: Update generation configuration at Wed Oct  2 02:26:57 UTC 2024

* chore: Update generation configuration at Thu Oct  3 02:27:16 UTC 2024

* chore: Update generation configuration at Fri Oct  4 02:27:19 UTC 2024

* chore: Update generation configuration at Sat Oct  5 02:25:46 UTC 2024

* chore: Update generation configuration at Sun Oct  6 02:29:14 UTC 2024

* chore: generate libraries at Sun Oct  6 02:29:34 UTC 2024

* chore: Update generation configuration at Tue Oct  8 02:28:35 UTC 2024
  • Loading branch information
cloud-java-bot authored Oct 8, 2024
1 parent 05feb1d commit e9f991f
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generation_config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
gapic_generator_version: 2.46.1
googleapis_commitish: d6f184876ec67295addccbb70aa4af622e049a7e
libraries_bom_version: 26.47.0
gapic_generator_version: 2.47.0
googleapis_commitish: 3effbf23b1a1d1fe1306356e94397e20d01d31a0
libraries_bom_version: 26.48.0
libraries:
- api_shortname: pubsublite
name_pretty: Cloud Pub/Sub Lite
Expand Down
17 changes: 17 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@
],
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
"datasourceTemplate": "maven"
},
{
"fileMatch": [
"^.github/workflows/hermetic_library_generation.yaml$"
],
"matchStrings": [
"uses: googleapis/sdk-platform-java/.github/scripts@v(?<currentValue>.+?)\\n"
],
"depNameTemplate": "com.google.api:gapic-generator-java",
"datasourceTemplate": "maven"
}
],
"packageRules": [
Expand Down Expand Up @@ -101,6 +111,13 @@
"^com.fasterxml.jackson.core"
],
"groupName": "jackson dependencies"
},
{
"matchPackagePatterns": [
"^com.google.api:gapic-generator-java",
"^com.google.cloud:sdk-platform-java-config"
],
"groupName": "SDK platform Java dependencies"
}
],
"semanticCommits": true,
Expand Down

0 comments on commit e9f991f

Please sign in to comment.