Skip to content

Commit

Permalink
build: do not run renovate on signal migration TS versioning tests (a…
Browse files Browse the repository at this point in the history
…ngular#57855)

The versions for TypeScript should not be updated.

PR Close angular#57855
  • Loading branch information
devversion authored and pkozlowski-opensource committed Sep 18, 2024
1 parent 4231e8f commit e20d274
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,7 @@

{
"matchPackagePrefixes": ["@angular/", "angular/", "@angular-devkit", "@schematics/"],
"matchPaths": [
"packages/**",
"adev/src/content/tutorials/**"
],
"matchPaths": ["packages/**", "adev/src/content/tutorials/**"],
"followTag": null
},

Expand Down Expand Up @@ -101,7 +98,11 @@
{"matchCurrentVersion": "0.0.0-PLACEHOLDER", "enabled": false},

{
"matchPaths": ["integration/**", "packages/zone.js/test/typings/package.json"],
"matchPaths": [
"integration/**",
"packages/zone.js/test/typings/package.json",
"packages/core/schematics/migrations/signal-migration/test/**"
],
"enabled": false
}
]
Expand Down

0 comments on commit e20d274

Please sign in to comment.