Change timezone from UTC to EST and update schedule

This commit is contained in:
Jeremy
2026-01-12 15:30:30 -05:00
committed by GitHub
parent c7b8dca974
commit cd41a07e53

View File

@@ -10,7 +10,7 @@
"feature/beta-release",
"nightly"
],
"timezone": "UTC",
"timezone": "EST",
"dependencyDashboard": true,
"prConcurrentLimit": 10,
"prHourlyLimit": 5,
@@ -22,7 +22,7 @@
"enabled": true
},
"schedule": [
"before 4am on Monday"
"before 8am"
],
"rangeStrategy": "bump",
"automerge": true,