From cb7fd676565bbe8b99db55cc8ee11a7d2f147f6f Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Fri, 19 Apr 2024 21:35:02 +0000 Subject: [PATCH] ci: disable updates to zone.js types test (#55433) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This breaks renovate ``` ### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: packages/zone.js/test/typings/yarn.lock ``` error Package "zone.js" refers to a non-existing file '"/tmp/renovate/repos/github/angular/angular/dist/bin/packages/zone.js/npm_package"'. ``` PR Close #55433 --- renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/renovate.json b/renovate.json index 866756b8535..71304a1fa61 100644 --- a/renovate.json +++ b/renovate.json @@ -96,7 +96,7 @@ "groupName": "scorecard action dependencies", "groupSlug": "scorecard-action" }, - + { "matchPaths": ["aio/tools/examples/shared/*"], "postUpgradeTasks": { @@ -107,6 +107,6 @@ {"matchCurrentVersion": "0.0.0-PLACEHOLDER", "enabled": false}, - {"matchPaths": ["integration/**"], "enabled": false} + {"matchPaths": ["integration/**", "packages/zone.js/test/typings/package.json"], "enabled": false} ] }