build: add angular v12 packages to renovate ignore list (#44054)

The Angular v12 alias packages should not be accidentally updated to
v13 by Renovate. These packages are still used by tests for e.g. Ngcc
and should continue to provide the APF v12 View Engine output.

PR Close #44054
This commit is contained in:
Paul Gschwendtner
2021-11-04 11:26:00 +01:00
committed by Andrew Scott
parent bac03a95d7
commit 35d57f2250
+8
View File
@@ -12,6 +12,14 @@
"schedule": ["after 10pm every weekday", "before 4am every weekday", "every weekend"],
"baseBranches": ["master"],
"ignoreDeps": [
"@angular/animations-12",
"@angular/common-12",
"@angular/core-12",
"@angular/forms-12",
"@angular/platform-browser-12",
"@angular/platform-browser-dynamic-12",
"@angular/platform-server-12",
"@angular/router-12",
"@babel/core",
"@babel/generator",
"@babel/parser",