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
This commit is contained in:
Alan Agius 2021-04-15 13:18:14 +02:00 committed by Andrew Kushnir
parent 1aebf165db
commit 8d0511d009
1 changed files with 4 additions and 0 deletions

View File

@ -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"
],