mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
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:
parent
bac5ba328e
commit
cb7fd67656
1 changed files with 2 additions and 2 deletions
|
|
@ -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}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue