Merge "Disable gitea's update checker cron job"

This commit is contained in:
Zuul 2024-01-18 18:44:03 +00:00 committed by Gerrit Code Review
commit 511a45ab35

View File

@ -134,3 +134,8 @@ NOTICE_ON_SUCCESS = false
; Note we run this several hours after 0000 (midnight) to avoid conflict
; with default cron jobs run by gitea at that time.
SCHEDULE = 0 0 3 * * 0
; We don't need gitea phoning out to check versions. We stay on
; top of new releases using github release notifications over email.
[cron.update_checker]
ENABLED = false