Replace deprecated Renovate schedule with cron syntax

This commit is contained in:
Hugo van Kemenade 2025-03-10 22:44:13 +01:00
parent 5e9eea12f3
commit a38d4d2583

View File

@ -16,6 +16,6 @@
} }
], ],
"schedule": [ "schedule": [
"on the 3rd day of the month" "* * 3 * *"
] ]
} }