feat(renovate-bot): update cron schedule
- Change cron schedule to run twice daily at 2:00 UTC and 2:15 UTC
🤖
This commit is contained in:
parent
1597018eaf
commit
277dffbb21
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ spec:
|
||||||
values: |
|
values: |
|
||||||
fullnameOverride: "renovate-bot"
|
fullnameOverride: "renovate-bot"
|
||||||
cronjob:
|
cronjob:
|
||||||
schedule: '@daily'
|
schedule: '0,15 2 * * *'
|
||||||
concurrencyPolicy: "Forbid"
|
concurrencyPolicy: "Forbid"
|
||||||
existingSecret: "renovate-env"
|
existingSecret: "renovate-env"
|
||||||
renovate:
|
renovate:
|
||||||
|
|
Loading…
Reference in a new issue