Skip to content

Commit 2b49b15

Browse files
authored
Merge pull request #231 from hugovk/renovate-cron
Replace deprecated Renovate schedule with cron syntax
2 parents e5ef060 + 1f518b2 commit 2b49b15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
}
2323
],
2424
"schedule": [
25-
"on the 5th day of the month"
25+
"* * 5 * *"
2626
]
2727
}

0 commit comments

Comments
 (0)