Skip to content

Commit 1587841

Browse files
authored
Use explicit Renovate Tuesday morning schedules (#441)
This switches Renovate scheduling to an explicit Tuesday morning cron schedule: `* 0-7 * * 2` The goal is to preserve the existing weekly timing while moving away from deprecated older schedule syntax and reducing repeated same-day Renovate churn. Ported from open-telemetry/semantic-conventions#3576
1 parent 9056890 commit 1587841

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/renovate.json5

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
'patch',
1717
],
1818
schedule: [
19-
'before 8am on Tuesday',
19+
'* 0-7 * * 2', // weekly, before 8am on Tuesday
2020
],
2121
},
2222
{
@@ -25,8 +25,8 @@
2525
matchManagers: [
2626
'github-actions',
2727
],
28-
extends: [
29-
'schedule:weekly',
28+
schedule: [
29+
'* 0-7 * * 2', // weekly, before 8am on Tuesday
3030
],
3131
groupName: 'github actions',
3232
},

0 commit comments

Comments
 (0)