magenta/gitea: disable cron for check new Gitea version

This commit is contained in:
Dmitriy Pleshevskiy 2023-03-21 10:16:55 +03:00
parent 0575849fb6
commit 51e28485ad
Signed by: pleshevskiy
GPG Key ID: 79C4487B44403985
1 changed files with 2 additions and 0 deletions

View File

@ -101,6 +101,8 @@ in
ENABLE_OPENID_SIGNIN = true;
ENABLE_OPENID_SIGNUP = false;
};
# Don't check for new Gitea versions
"cron.update_checker".ENABLED = false;
};
};