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:
parent
1aebf165db
commit
8d0511d009
|
@ -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"
|
||||
],
|
||||
|
|
Loading…
Reference in New Issue