From c39ec653cec94bce17d997598418017f58cf0296 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 8 Dec 2022 08:59:41 +0000 Subject: [PATCH] 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 --- renovate.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/renovate.json b/renovate.json index da8ac180058..8c2c19d85f1 100644 --- a/renovate.json +++ b/renovate.json @@ -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",