-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathgreenkeeper.json
40 lines (40 loc) · 970 Bytes
/
greenkeeper.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"groups": {
"default": {
"packages": [
"package.json",
"packages/stark-build/package.json",
"packages/stark-core/package.json",
"packages/stark-testing/package.json",
"packages/stark-ui/package.json",
"showcase/package.json",
"starter/package.json"
]
}
},
"ignore": [
"@angular/animations",
"@angular/cdk",
"@angular/cli",
"@angular/common",
"@angular/compiler",
"@angular/compiler-cli",
"@angular/core",
"@angular/forms",
"@angular/material",
"@angular/material-moment-adapter",
"@angular/platform-browser",
"@angular/platform-browser-dynamic",
"@angular/platform-server",
"@angular/router",
"@angular-devkit/build-angular",
"@angular-devkit/build-optimizer",
"@angular/flex-layout",
"@ngx-translate/core",
"@types/node",
"class-validator",
"lint-staged",
"typescript",
"tslint-sonarts"
]
}