-
Notifications
You must be signed in to change notification settings - Fork 0
/
renovate.json
29 lines (29 loc) · 914 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
{
"extends": ["config:base"],
"automerge": true,
"major": {
"automerge": false
},
"minor": {
"automerge": false
},
"rangeStrategy": "pin",
"packageRules": [
{
"packagePatterns": "^@types/",
"groupName": "@types",
"schedule": "before 3am on Monday"
}
],
"separateMultipleMajor": true,
"labels": ["type: dependencies", "renovate"],
"assignees": ["gongbaodd"],
"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": "Asia/Shanghai",
"schedule": ["before 3am on the first day of the month"],
"masterIssue": true
}