From 47bc9abaa05d6bb2b447fb394cb01ef4024268e3 Mon Sep 17 00:00:00 2001 From: Owl Bot Date: Fri, 3 Oct 2025 19:58:37 +0000 Subject: [PATCH] chore: disable renovate for Node github action YAML configs chore: disable renovate for github action YAML configs Source-Link: https://github.com/googleapis/synthtool/commit/158d49d854395e4eca4706df556628c418037193 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bdf89cdfb5b791d382184a7a769862b15c38e94e7d82b268c58d40d8952720f2 --- .github/.OwlBot.lock.yaml | 4 ++-- .kokoro/release/publish.cfg | 2 +- README.md | 2 +- protos/protos.json | 9 ++++++++- renovate.json | 4 ++++ 5 files changed, 16 insertions(+), 5 deletions(-) diff --git a/.github/.OwlBot.lock.yaml b/.github/.OwlBot.lock.yaml index 50bc3b4e0..0bb507a61 100644 --- a/.github/.OwlBot.lock.yaml +++ b/.github/.OwlBot.lock.yaml @@ -13,5 +13,5 @@ # limitations under the License. docker: image: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest - digest: sha256:84adf917cad8f48c61227febebae7af619882d7c8863d6ab6290a77d45a372cf -# created: 2025-09-10T20:42:34.536728816Z + digest: sha256:bdf89cdfb5b791d382184a7a769862b15c38e94e7d82b268c58d40d8952720f2 +# created: 2025-10-03T19:51:38.870830821Z diff --git a/.kokoro/release/publish.cfg b/.kokoro/release/publish.cfg index ae6223c88..9ba7de2b3 100644 --- a/.kokoro/release/publish.cfg +++ b/.kokoro/release/publish.cfg @@ -38,7 +38,7 @@ env_vars: { value: "github/nodejs-pubsub/.kokoro/publish.sh" } -# Store the packages we uploaded to npmjs.org and their corresponding +# Store the packages we uploaded to npmjs.com and their corresponding # package-lock.jsons in Placer. That way, we have a record of exactly # what we published, and which version of which tools we used to publish # it, which we can use to generate SBOMs and attestations. diff --git a/README.md b/README.md index 6bbb20f75..69ff9cbab 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # [Google Cloud Pub/Sub: Node.js Client](https://github.com/googleapis/nodejs-pubsub) [![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages) -[![npm version](https://img.shields.io/npm/v/@google-cloud/pubsub.svg)](https://www.npmjs.org/package/@google-cloud/pubsub) +[![npm version](https://img.shields.io/npm/v/@google-cloud/pubsub.svg)](https://www.npmjs.com/package/@google-cloud/pubsub) diff --git a/protos/protos.json b/protos/protos.json index e9562c561..696cfafed 100644 --- a/protos/protos.json +++ b/protos/protos.json @@ -4276,7 +4276,14 @@ "type": "ServiceOptions", "id": 3 } - } + }, + "reserved": [ + [ + 4, + 4 + ], + "stream" + ] }, "MethodDescriptorProto": { "edition": "proto2", diff --git a/renovate.json b/renovate.json index c5c702cf4..f39fd3232 100644 --- a/renovate.json +++ b/renovate.json @@ -15,6 +15,10 @@ { "extends": "packages:linters", "groupName": "linters" + }, + { + "matchManagers": ["github-actions"], + "enabled": false } ], "ignoreDeps": ["typescript"]