From dae1282201b64e4da3ad512632cb4dda70a832a1 Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Wed, 12 Jun 2024 09:17:28 -0700 Subject: [PATCH] ci: Enable `constraintsFiltering` for Node.js Libraries (#1971) feat: Enable `constraintsFiltering` for Node.js Libraries --- synthtool/gcp/templates/node_library/renovate.json | 1 + 1 file changed, 1 insertion(+) diff --git a/synthtool/gcp/templates/node_library/renovate.json b/synthtool/gcp/templates/node_library/renovate.json index 26428fcfc..c5c702cf4 100644 --- a/synthtool/gcp/templates/node_library/renovate.json +++ b/synthtool/gcp/templates/node_library/renovate.json @@ -4,6 +4,7 @@ "docker:disable", ":disableDependencyDashboard" ], + "constraintsFiltering": "strict", "pinVersions": false, "rebaseStalePrs": true, "schedule": [