-
Notifications
You must be signed in to change notification settings - Fork 76
/
renovate.json
49 lines (49 loc) · 1.11 KB
/
renovate.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
41
42
43
44
45
46
47
48
49
{
"extends": [
"config:base"
],
"packageRules": [
{
"matchSourceUrlPrefixes": [
"https://github.com/vmware/clarity"
],
"groupName": "clarity monorepo"
},
{
"matchSourceUrlPrefixes": [
"https://github.com/angular/angular",
"https://github.com/angular/angular-cli",
"https://github.com/angular/components",
"https://github.com/ng-packagr/ng-packagr"
],
"groupName": "angular+cli monorepo"
},
{
"matchPackageNames": [
"@angular-eslint/builder",
"@types/jasmine",
"@types/node",
"@typescript-eslint/eslint-plugin",
"@typescript-eslint/parser",
"autoprefixer",
"core-js",
"eslint",
"eslint-config-prettier",
"gh-pages",
"husky",
"JamesIves/github-pages-deploy-action",
"jasmine-core",
"karma",
"npm-run-all2",
"postcss",
"postcss-cli",
"pretty-quick",
"sass"
],
"automerge": true
}
],
"baseBranches": ["master"],
"prHourlyLimit": 5,
"prConcurrentLimit": 0
}