mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
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:
committed by
Andrew Scott
parent
bac03a95d7
commit
35d57f2250
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user