Skip to content

Commit d121cf9

Browse files
chore: disable renovate for Node github action YAML configs (#2431)
chore: disable renovate for github action YAML configs Source-Link: googleapis/synthtool@158d49d Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:bdf89cdfb5b791d382184a7a769862b15c38e94e7d82b268c58d40d8952720f2 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: alkatrivedi <58396306+alkatrivedi@users.noreply.github.com>
1 parent 0d63312 commit d121cf9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
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-nodejs:latest
16-
digest: sha256:84adf917cad8f48c61227febebae7af619882d7c8863d6ab6290a77d45a372cf
17-
# created: 2025-09-10T20:42:34.536728816Z
16+
digest: sha256:bdf89cdfb5b791d382184a7a769862b15c38e94e7d82b268c58d40d8952720f2
17+
# created: 2025-10-03T19:51:38.870830821Z

.kokoro/release/publish.cfg

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# [Cloud Spanner: Node.js Client](https://github.com/googleapis/nodejs-spanner)
66

77
[![release level](https://img.shields.io/badge/release%20level-stable-brightgreen.svg?style=flat)](https://cloud.google.com/terms/launch-stages)
8-
[![npm version](https://img.shields.io/npm/v/@google-cloud/spanner.svg)](https://www.npmjs.org/package/@google-cloud/spanner)
8+
[![npm version](https://img.shields.io/npm/v/@google-cloud/spanner.svg)](https://www.npmjs.com/package/@google-cloud/spanner)
99

1010

1111

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
{
1616
"extends": "packages:linters",
1717
"groupName": "linters"
18+
},
19+
{
20+
"matchManagers": ["github-actions"],
21+
"enabled": false
1822
}
1923
],
2024
"ignoreDeps": ["typescript"]

0 commit comments

Comments
 (0)