ci: disable updates to zone.js types test (#55433)

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
This commit is contained in:
Alan Agius 2024-04-19 21:35:02 +00:00 committed by Alex Rickabaugh
parent bac5ba328e
commit cb7fd67656

View file

@ -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}
]
}