mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-16 10:33:43 +08:00
build: temporarily ignore renovate updates for @angular/build-tooling
The latest version of the DevInfra internal `@angular/build-tooling` package contains breaking changes that need to be addressed separately before the version can be updated.
This commit is contained in:
parent
ca1e86b684
commit
b2e2e68bae
@ -23,7 +23,14 @@
|
||||
"dependencyDashboard": true,
|
||||
"schedule": ["after 10:00pm every weekday", "before 4:00am every weekday", "every weekend"],
|
||||
"baseBranches": ["main"],
|
||||
"ignoreDeps": ["@types/node", "@types/express", "build_bazel_rules_nodejs", "rules_pkg", "yarn"],
|
||||
"ignoreDeps": [
|
||||
"@angular/build-tooling",
|
||||
"@types/node",
|
||||
"@types/express",
|
||||
"build_bazel_rules_nodejs",
|
||||
"rules_pkg",
|
||||
"yarn"
|
||||
],
|
||||
"includePaths": [
|
||||
"WORKSPACE",
|
||||
"package.json",
|
||||
|
Loading…
x
Reference in New Issue
Block a user