Skip to content

Commit e2a4401

Browse files
authored
Fix renovate schedule (#3316)
1 parent 8ee7326 commit e2a4401

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,15 +12,15 @@
1212
'github-actions',
1313
],
1414
schedule: [
15-
'before 8am on the first Tuesday of the month',
15+
'* * 2 * *', // monthly, on the 2nd
1616
],
1717
},
1818
{
1919
matchManagers: [
2020
'!github-actions',
2121
],
2222
schedule: [
23-
'before 8am on the first Tuesday of the month',
23+
'* * 2 * *', // monthly, on the 2nd
2424
],
2525
},
2626
],

0 commit comments

Comments
 (0)