Skip to content

Commit 7497d6c

Browse files
committed
Use explicit Renovate Tuesday morning schedules
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 1ad7cf6 commit 7497d6c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@
1212
{
1313
"groupName": "all patch versions",
1414
"matchUpdateTypes": ["patch", "digest"],
15-
"schedule": ["before 8am on Tuesday"],
15+
"schedule": ["* 0-7 * * 2"], // weekly, before 8am on Tuesday
1616
"matchPackageNames": ["!io.opentelemetry**"]
1717
},
1818
{
1919
// group all GitHub Actions updates into a single weekly PR
2020
// (must be after patch rule so that it wins for GH Action patches)
2121
"matchManagers": ["github-actions"],
22-
"extends": ["schedule:weekly"],
22+
"schedule": ["* 0-7 * * 2"], // weekly, before 8am on Tuesday
2323
"groupName": "github actions"
2424
},
2525

0 commit comments

Comments
 (0)