forked from cypress-io/cypress
-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
35 lines (35 loc) · 931 Bytes
/
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
{
"extends": [
"config:base"
],
"automerge": true,
"major": {
"automerge": false
},
"minor": {
"automerge": false
},
"rangeStrategy": "bump",
"packageRules": [
{
"packagePatterns": "^@types/",
"groupName": "@types",
"schedule": "before 3am on Monday"
}
],
"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"
],
"dependencyDashboardApproval": true
}