forked from cypress-io/cypress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
86 lines (86 loc) · 2.02 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"extends": [
"config:base"
],
"automerge": true,
"major": {
"automerge": false
},
"minor": {
"automerge": false
},
"rangeStrategy": "pin",
"packageRules": [
{
"packagePatterns": "^@cypress",
"groupName": "@cypress",
"schedule": "after 2am and before 4am"
},
{
"packageNames": [
"bin-up",
"check-dependencies",
"check-more-types",
"console-table",
"execa-wrap",
"is-fork-pr",
"lazy-ass",
"make-empty-github-commit",
"mocha-banner",
"prefixed-list",
"rebuild-node-sass",
"snap-shot-it",
"terminal-banner"
],
"groupName": "team NPM packages",
"schedule": "after 2am and before 4am"
},
{
"packageNames": "node",
"enabled": false
},
{
"packagePatterns": "^@types",
"groupName": "@types",
"schedule": "before 3am on Monday"
},
{
"packagePatterns": "^sinon",
"groupName": "sinon",
"schedule": "before 3am on Sunday"
},
{
"packagePatterns": "^gulp",
"groupName": "gulp",
"schedule": "before 3am on Monday"
},
{
"packagePatterns": "^eslint",
"groupName": "eslint",
"schedule": "before 3am on Monday"
},
{
"packageNames": [
"typescript",
"ts-node",
"tslint-config-standard"
],
"groupName": "typescript"
}
],
"separateMultipleMajor": true,
"labels": [
"type: dependencies",
"renovate"
],
"commitMessage": "{{semanticPrefix}}Update {{depName}} to {{newVersion}} 🌟",
"prTitle": "{{semanticPrefix}}{{#if isPin}}Pin{{else}}Update{{/if}} dependency {{depName}} to version {{#if isRange}}{{newVersion}}{{else}}{{#if isMajor}}{{newVersionMajor}}.x{{else}}{{newVersion}}{{/if}}{{/if}} 🌟",
"prHourlyLimit": 1,
"prConcurrentLimit": 1,
"updateNotScheduled": false,
"timezone": "America/New_York",
"schedule": [
"before 3am on the first day of the month"
],
"masterIssue": true
}