From cfc792b9ca064990e6540cb742e80529ea669a81 Mon Sep 17 00:00:00 2001 From: GitLab Bot Date: Tue, 10 Dec 2019 07:53:40 +0000 Subject: Add latest changes from gitlab-org/gitlab@master --- config/gitlab.yml.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config/gitlab.yml.example') diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index 711fd4ef3c2..a7b0a0f0b62 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -366,6 +366,9 @@ production: &base # Send admin emails once a week admin_email_worker: cron: "0 0 * * 0" + # Send emails for personal tokens which are about to expire + personal_access_tokens_expiring_worker: + cron: "0 1 * * *" # Remove outdated repository archives repository_archive_cache_worker: -- cgit v1.2.3