forked from just-jeb/angular-builders
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgreenkeeper.json
More file actions
26 lines (26 loc) · 802 Bytes
/
greenkeeper.json
File metadata and controls
26 lines (26 loc) · 802 Bytes
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
{
"groups": {
"default": {
"packages": [
"package.json",
"packages/custom-webpack/package.json",
"packages/dev-server/package.json",
"packages/timestamp/package.json",
"packages/jest/package.json",
"packages/jest/examples/multiple-apps/projects/my-shared-library/ng-package.json",
"packages/jest/examples/multiple-apps/projects/my-shared-library/package.json"
]
},
"angular-apps": {
"packages": [
"packages/custom-webpack/examples/append-webpack-plugins/package.json",
"packages/timestamp/example/package.json",
"packages/jest/examples/multiple-apps/package.json",
"packages/jest/examples/simple-app/package.json"
],
"ignore": [
"typescript"
]
}
}
}