ci: disable dependency updates of `angular-mocks` packages (#41650)

With this change we configure Renote Bot to ignore angular-mocks packages.

Similar to #41642 but for `angular-mocks` packages.

PR Close #41650
This commit is contained in:
Alan Agius 2021-04-16 09:20:22 +02:00 committed by Andrew Kushnir
parent 5d73b33ba2
commit b23850eb1c
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@
"angular-1.5",
"angular-1.6",
"angular-1.7",
"angular-mocks",
"angular-mocks-1.5",
"angular-mocks-1.6",
"angular-mocks-1.7",
"puppeteer",
"selenium-webdriver"
],