Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Commit 283b988

Browse files
Update renovate to auto merge patches
1 parent 78e1ff0 commit 283b988

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

renovate.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
{
22
"extends": [
33
"config:base"
4+
],
5+
"automerge": true,
6+
"commitMessage": "{{semanticPrefix}}{{#if isPin}}Pin deps or locks{{else}}Update {{depName}} to {{newVersion}} 🌟{{/if}}",
7+
"prTitle": "{{semanticPrefix}}{{#if isPin}}Pin{{else}}Update{{/if}} dependency {{depName}} to version {{newVersion}} 🌟",
8+
"major": {
9+
"automerge": false
10+
},
11+
"minor": {
12+
"automerge": false
13+
},
14+
"prHourlyLimit": 2,
15+
"updateNotScheduled": false,
16+
"timezone": "America/New_York",
17+
"schedule": [
18+
"after 10pm and before 5am on every weekday",
19+
"every weekend"
20+
],
21+
"lockFileMaintenance": {
22+
"enabled": true
23+
},
24+
"separatePatchReleases": true,
25+
"separateMultipleMajor": true,
26+
"masterIssue": true,
27+
"labels": [
28+
"type: dependencies",
29+
"renovate"
430
]
5-
}
31+
}

0 commit comments

Comments
 (0)