Skip to content

Commit 6701166

Browse files
chore: adjust renovate bot configs to update the sdk-platform-java-config artifact (#1921) (#1525)
chore: update renovate bot configs to update the sdk-platform-java-config artifact Source-Link: googleapis/synthtool@d7828c0 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-java:latest@sha256:0d1bb26a1a99ae0456176bf891b8490e9aab424a5cb4e4d301d9703c4dc43b58 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 5f74725 commit 6701166

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

.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

renovate.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414
".kokoro/requirements.txt",
1515
".github/workflows/**"
1616
],
17+
"customManagers": [
18+
{
19+
"customType": "regex",
20+
"fileMatch": [
21+
"^.kokoro/presubmit/graalvm-native.*.cfg$"
22+
],
23+
"matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?<currentValue>.*?)\""],
24+
"depNameTemplate": "com.google.cloud:sdk-platform-java-config",
25+
"datasourceTemplate": "maven"
26+
}
27+
],
1728
"packageRules": [
1829
{
1930
"packagePatterns": [

0 commit comments

Comments
 (0)