Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 3ea7089

Browse files
ci: Enable constraintsFiltering for Node.js Libraries (#934)
chore: Enable `constraintsFiltering` for Node.js Libraries Source-Link: googleapis/synthtool@dae1282 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:d920257482ca1cd72978f29f7d28765a9f8c758c21ee0708234db5cf4c5016c2 Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 58633cc commit 3ea7089

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/.OwlBot.lock.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Google LLC
1+
# Copyright 2024 Google LLC
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -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:bfe4592953269bfa8d135200ca1b17809f106a337a885d7ecc12cd2a9998e98a
17-
# created: 2023-11-15T20:00:24.246072277Z
16+
digest: sha256:d920257482ca1cd72978f29f7d28765a9f8c758c21ee0708234db5cf4c5016c2
17+
# created: 2024-06-12T16:18:41.688792375Z

.github/auto-approve.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
processes:
22
- "NodeDependency"
3-
- "OwlBotTemplateChanges"
3+
- "OwlBotTemplateChangesNode"
4+
- "OwlBotPRsNode"

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"docker:disable",
55
":disableDependencyDashboard"
66
],
7+
"constraintsFiltering": "strict",
78
"pinVersions": false,
89
"rebaseStalePrs": true,
910
"schedule": [

0 commit comments

Comments
 (0)