Skip to content

Commit 1ecf630

Browse files
authored
Use explicit Renovate Tuesday morning schedules (#1074)
1 parent fdd0422 commit 1ecf630

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.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)