Skip to content

Commit f5546a1

Browse files
chore: adjust renovate bot configs to update the sdk-platform-java-config artifact (googleapis#1921) (googleapis#2080)
chore: update renovate bot configs to update the sdk-platform-java-config artifact Source-Link: https://togithub.com/googleapis/synthtool/commit/d7828c02a5b1aeb8dcf3aa6c55f8fdf407a0156f Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:0d1bb26a1a99ae0456176bf891b8490e9aab424a5cb4e4d301d9703c4dc43b58
1 parent 7ea5309 commit f5546a1

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
# limitations under the License.
1414
docker:
1515
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
16-
digest: sha256:a6aa751984f1e905c3ae5a3aac78fc7b68210626ce91487dc7ff4f0a06f010cc
17-
# created: 2024-01-22T14:14:20.913785597Z
16+
digest: sha256:0d1bb26a1a99ae0456176bf891b8490e9aab424a5cb4e4d301d9703c4dc43b58
17+
# created: 2024-01-30T19:46:55.029238294Z

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies:
5050
If you are using Gradle 5.x or later, add this to your dependencies:
5151

5252
```Groovy
53-
implementation platform('com.google.cloud:libraries-bom:26.30.0')
53+
implementation platform('com.google.cloud:libraries-bom:26.31.0')
5454
5555
implementation 'com.google.cloud:google-cloud-bigtable'
5656
```

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,14 @@
9191
"matchStrings": ["\\<test\\-protoc\\.version>(?<currentValue>.*?)\\<\\/test\\-protoc\\.version\\>"],
9292
"depNameTemplate": "com.google.protobuf:protoc",
9393
"datasourceTemplate": "maven"
94+
},
95+
{
96+
"fileMatch": [
97+
"^.kokoro/presubmit/graalvm-native.*.cfg$"
98+
],
99+
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
100+
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
101+
"datasourceTemplate": "maven"
94102
}
95103
],
96104
"semanticCommits": true,

0 commit comments

Comments
 (0)