Skip to content
Snippets Groups Projects
Verified Commit bf69d29f authored by David Leach's avatar David Leach
Browse files

Adds docs for managing renovate schedule

parent 407aa6f0
No related branches found
No related tags found
No related merge requests found
Pipeline #24643245 passed
Loading
Loading
@@ -20,4 +20,3 @@ indent_size = unset
[{Makefile,**.mk}]
# Use tabs for indentation (Makefiles require tabs)
indent_style = tab
Loading
Loading
@@ -19,6 +19,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`.
 
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