Skip to content
Snippets Groups Projects
Commit 148f14e0 authored by Steve Xuereb's avatar Steve Xuereb 💬
Browse files

Merge branch 'update_renovate_docs_schedule' into 'main'

Adds docs for managing renovate schedule

See merge request gitlab-com/gl-infra/common-ci-tasks!870
parents ed7d8f7c bf69d29f
No related branches found
No related tags found
No related merge requests found
Pipeline #24689129 failed
Loading
Loading
@@ -20,6 +20,18 @@ common_ci_tasks = {
Note that if the `VAULT_SECRETS_PATH` configuration is present, this task will use Vault for resolution of `RENOVATE_GITLAB_TOKEN`. The token is restricted
to only be accessible on the default protected branch.
 
You can *optionally* set a schedule using cron format string eg.
```terraform
# Enable common-ci-task definitions
common_ci_tasks = {
enabled = true
renovate_bot = true
renovate_bot_schedule = "0 0 * * 2" # Every Tuesday at midnight UTC
....
}
```
## Manual Setup
 
For legacy project configurations, the following manual setup is required:
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment