From 22529b08263316bb02d5751f2ad3ad32f1c6d0ec Mon Sep 17 00:00:00 2001 From: diegomarquezp Date: Fri, 26 Jul 2024 13:11:38 +0000 Subject: [PATCH] chore: demo of fixes in `fix_poms.py` --- .repo-metadata.json | 14 +++++++------- renovate.json | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.repo-metadata.json b/.repo-metadata.json index d2b5ec656..3fa68f40e 100644 --- a/.repo-metadata.json +++ b/.repo-metadata.json @@ -2,18 +2,18 @@ "api_shortname": "pubsublite", "name_pretty": "Cloud Pub/Sub Lite", "product_documentation": "https://cloud.google.com/pubsub/lite/docs", - "api_description": "is designed to provide reliable,\nmany-to-many, asynchronous messaging between applications. Publisher\napplications can send messages to a topic and other applications can\nsubscribe to that topic to receive the messages. By decoupling senders and\nreceivers, Google Cloud Pub/Sub allows developers to communicate between\nindependently written applications.\n\nCompared to Google Pub/Sub, Pub/Sub Lite provides partitioned zonal data\nstorage with predefined capacity. Both products present a similar API, but\nPub/Sub Lite has more usage caveats.\n\nSee the [Google Pub/Sub Lite docs](https://cloud.google.com/pubsub/quickstart-console#before-you-begin) for more details on how to activate\nPub/Sub Lite for your project, as well as guidance on how to choose between\nCloud Pub/Sub and Pub/Sub Lite.", + "api_description": "is designed to provide reliable, many-to-many, asynchronous messaging between applications. Publisher\\napplications can send messages to a topic and other applications can\\nsubscribe to that topic to receive the messages. By decoupling senders and\\nreceivers, Google Cloud Pub/Sub allows developers to communicate between\\nindependently written applications.\\n\\nCompared to Google Pub/Sub, Pub/Sub Lite provides partitioned zonal data\\nstorage with predefined capacity. Both products present a similar API, but\\nPub/Sub Lite has more usage caveats.\\n\\nSee the [Google Pub/Sub Lite docs](https://cloud.google.com/pubsub/quickstart-console#before-you-begin) for more details on how to activate\\nPub/Sub Lite for your project, as well as guidance on how to choose between\\nCloud Pub/Sub and Pub/Sub Lite.", "client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-pubsublite/latest/history", "release_level": "stable", "transport": "grpc", - "requires_billing": true, "language": "java", - "min_java_version": 8, "repo": "googleapis/java-pubsublite", "repo_short": "java-pubsublite", "distribution_name": "com.google.cloud:google-cloud-pubsublite", - "codeowner_team": "@googleapis/api-pubsublite", - "library_type": "GAPIC_COMBO", "api_id": "pubsublite.googleapis.com", - "recommended_package": "com.google.cloud.pubsublite.cloudpubsub" -} + "library_type": "GAPIC_COMBO", + "requires_billing": true, + "codeowner_team": "@googleapis/api-pubsublite", + "recommended_package": "com.google.cloud.pubsublite.cloudpubsub", + "min_java_version": 8 +} \ No newline at end of file diff --git a/renovate.json b/renovate.json index 4c09c19a9..d351ca618 100644 --- a/renovate.json +++ b/renovate.json @@ -20,7 +20,7 @@ "customManagers": [ { "customType": "regex", - "fileMatch": [ + "fileMatch": [ "^.kokoro/presubmit/graalvm-native.*.cfg$" ], "matchStrings": ["value: \"gcr.io/cloud-devrel-public-resources/graalvm.*:(?.*?)\""], @@ -30,7 +30,7 @@ { "customType": "regex", "fileMatch": [ - "^.github/workflows/unmanaged_dependency_check.yaml$" + "^.github/workflows/unmanaged_dependency_check.yaml$" ], "matchStrings": ["uses: googleapis/sdk-platform-java/java-shared-dependencies/unmanaged-dependency-check@google-cloud-shared-dependencies/v(?.+?)\\n"], "depNameTemplate": "com.google.cloud:sdk-platform-java-config",