Skip to content

Commit 8d7351d

Browse files
dylhunnthePunderWoman
authored andcommitted
build: only allow renovate to run on Monday nights (angular#45605)
By running renovate once a week, we can consolidate all the updates into a single weekly PR, before each Wednesday release. That will significantly reduce the burden on caretakers, and make patch ports less onerous. PR Close angular#45605
1 parent 663d477 commit 8d7351d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"semanticCommits": true,
44
"semanticPrefix": "build",
55
"separateMajorMinor": false,
6-
"prHourlyLimit": 2,
6+
"prHourlyLimit": 1,
77
"stopUpdatingLabel": "action: merge",
88
"labels": ["target: patch", "comp: build & ci", "action: review"],
99
"timezone": "America/Tijuana",
1010
"lockFileMaintenance": {
1111
"enabled": true
1212
},
13-
"schedule": ["after 10pm every weekday", "before 4am every weekday", "every weekend"],
13+
"schedule": ["after 10pm every monday", "before 4am every tuesday"],
1414
"baseBranches": ["master"],
1515
"ignoreDeps": [
1616
"@angular/animations-12",

0 commit comments

Comments
 (0)