Skip to content

Commit

Permalink
chore: adjust renovate bot configs to update the sdk-platform-java-co…
Browse files Browse the repository at this point in the history
…nfig 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
  • Loading branch information
gcf-owl-bot[bot] authored and mutianf committed Feb 6, 2024
1 parent a5e72a3 commit 05648b6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/.OwlBot.lock.yaml
Expand Up @@ -13,5 +13,5 @@
# limitations under the License.
docker:
image: gcr.io/cloud-devrel-public-resources/owlbot-java:latest
digest: sha256:a6aa751984f1e905c3ae5a3aac78fc7b68210626ce91487dc7ff4f0a06f010cc
# created: 2024-01-22T14:14:20.913785597Z
digest: sha256:0d1bb26a1a99ae0456176bf891b8490e9aab424a5cb4e4d301d9703c4dc43b58
# created: 2024-01-30T19:46:55.029238294Z
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -50,7 +50,7 @@ If you are using Maven without the BOM, add this to your dependencies:
If you are using Gradle 5.x or later, add this to your dependencies:

```Groovy
implementation platform('com.google.cloud:libraries-bom:26.30.0')
implementation platform('com.google.cloud:libraries-bom:26.31.0')
implementation 'com.google.cloud:google-cloud-bigtable'
```
Expand Down
8 changes: 8 additions & 0 deletions renovate.json
Expand Up @@ -91,6 +91,14 @@
"matchStrings": ["\\<test\\-protoc\\.version>(?<currentValue>.*?)\\<\\/test\\-protoc\\.version\\>"],
"depNameTemplate": "com.google.protobuf:protoc",
"datasourceTemplate": "maven"
},
{
"fileMatch": [
"^.kokoro/presubmit/graalvm-native.*.cfg$"
],
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
"datasourceTemplate": "maven"
}
],
"semanticCommits": true,
Expand Down

0 comments on commit 05648b6

Please sign in to comment.