Skip to content

Commit 600f921

Browse files
Fix invalid renovate schedule (RedHatQE#2140)
In this PR fixed invalid renovate schedule and replaced the invalid schedule string with a valid later.js format. Signed-off-by: Harshitha MS <harshitha.ms@ibm.com>
1 parent a8b43d8 commit 600f921

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"lockFileMaintenance": {
1515
"enabled": true
1616
},
17-
"schedule": ["every Friday after 6pm"],
17+
"schedule": ["after 18:00 on Friday"],
1818
"packageRules": [
1919
{
2020
"matchPackagePatterns": ["*"],

0 commit comments

Comments
 (0)