ci: disable renovate from updating marketing-first-app (#48399)

This application was added recently and we will stop renovate updates due to the following
- It is causing `Artifact update problem`. See: https://github.com/angular/angular/pull/48388#issuecomment-1341681430
- Generally `examples` in aio in use a shared `package.json`

PR Close #48399
This commit is contained in:
Alan Agius
2022-12-08 08:59:41 +00:00
committed by Jessica Janiuk
parent 6f70a04b7f
commit c39ec653ce
+3
View File
@@ -15,6 +15,9 @@
"timezone": "America/Tijuana",
"lockFileMaintenance": {"enabled": true},
"labels": ["target: patch", "area: build & ci", "action: review"],
"ignorePaths": [
"aio/content/demos/first-app/package.json"
],
"ignoreDeps": [
"@angular/animations-12",
"@angular/common-12",