Skip to content

Commit e9f991f

Browse files
chore: Update generation configuration at Tue Oct 8 02:28:35 UTC 2024 (#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
1 parent 05feb1d commit e9f991f

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

generation_config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
gapic_generator_version: 2.46.1
2-
googleapis_commitish: d6f184876ec67295addccbb70aa4af622e049a7e
3-
libraries_bom_version: 26.47.0
1+
gapic_generator_version: 2.47.0
2+
googleapis_commitish: 3effbf23b1a1d1fe1306356e94397e20d01d31a0
3+
libraries_bom_version: 26.48.0
44
libraries:
55
- api_shortname: pubsublite
66
name_pretty: Cloud Pub/Sub Lite

renovate.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@
4141
],
4242
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
4343
"datasourceTemplate": "maven"
44+
},
45+
{
46+
"fileMatch": [
47+
"^.github/workflows/hermetic_library_generation.yaml$"
48+
],
49+
"matchStrings": [
50+
"uses: googleapis/sdk-platform-java/.github/scripts@v(?<currentValue>.+?)\\n"
51+
],
52+
"depNameTemplate": "com.google.api:gapic-generator-java",
53+
"datasourceTemplate": "maven"
4454
}
4555
],
4656
"packageRules": [
@@ -101,6 +111,13 @@
101111
"^com.fasterxml.jackson.core"
102112
],
103113
"groupName": "jackson dependencies"
114+
},
115+
{
116+
"matchPackagePatterns": [
117+
"^com.google.api:gapic-generator-java",
118+
"^com.google.cloud:sdk-platform-java-config"
119+
],
120+
"groupName": "SDK platform Java dependencies"
104121
}
105122
],
106123
"semanticCommits": true,

0 commit comments

Comments
 (0)