Skip to content

Commit a5f7977

Browse files
authored
Use explicit Renovate Tuesday morning schedules (#213)
1 parent 1681ce1 commit a5f7977

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,13 +12,13 @@
1212
// group all patch updates into a single weekly PR
1313
"groupName": "all patch versions",
1414
"matchUpdateTypes": ["patch"],
15-
"schedule": ["before 8am on Tuesday"]
15+
"schedule": ["* 0-7 * * 2"] // weekly, before 8am on Tuesday
1616
},
1717
{
1818
// group all GitHub Actions updates into a single weekly PR
1919
// (must be after patch rule so that it wins for GH Action patches)
2020
"matchManagers": ["github-actions"],
21-
"extends": ["schedule:weekly"],
21+
"schedule": ["* 0-7 * * 2"], // weekly, before 8am on Tuesday
2222
"groupName": "github actions"
2323
},
2424

0 commit comments

Comments
 (0)