From 8d0511d009aa01fbebdb61ca4a97dd48d5d1929d Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 15 Apr 2021 13:18:14 +0200 Subject: [PATCH] ci: disable dependency updates of Angular JS packages (#41642) With this change we configure Renote Bot to ignore Angular JS packages. Example of unwanted PR: https://github.com/angular/angular/pull/41639/files PR Close #41642 --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 4fc6cd11c8..f9d026a7eb 100644 --- a/renovate.json +++ b/renovate.json @@ -37,6 +37,10 @@ "@types/node", "@types/selenium-webdriver", "@microsoft/api-extractor", + "angular", + "angular-1.5", + "angular-1.6", + "angular-1.7", "puppeteer", "selenium-webdriver" ],