mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 19:13:34 +08:00
ci: disable less-loader
from being updated
`less-loader` depends on `v` which is licensed as `GPL-3.0`. This license is not allowed. https://opensource.google/documentation/reference/thirdparty/licenses
This commit is contained in:
parent
0bb2c03b35
commit
c657639dc8
@ -12,7 +12,7 @@
|
||||
"dependencyDashboard": true,
|
||||
"schedule": ["after 10:00pm every weekday", "before 4:00am every weekday", "every weekend"],
|
||||
"baseBranches": ["main"],
|
||||
"ignoreDeps": ["@types/node", "rules_pkg"],
|
||||
"ignoreDeps": ["@types/node", "rules_pkg", "less-loader"],
|
||||
"includePaths": [
|
||||
"WORKSPACE",
|
||||
"package.json",
|
||||
|
Loading…
x
Reference in New Issue
Block a user