diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 0c5108c7849..0b0d492f828 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -20,7 +20,7 @@ 'patch', ], schedule: [ - 'before 8am on Tuesday', + '* 0-7 * * 2', // weekly, before 8am on Tuesday ], }, { @@ -30,8 +30,8 @@ 'github-actions', 'dockerfile', ], - extends: [ - 'schedule:weekly', + schedule: [ + '* 0-7 * * 2', // weekly, before 8am on Tuesday ], groupName: 'weekly update', },