2024-02-14 14:08:26 +01:00
|
|
|
when:
|
|
|
|
event:
|
|
|
|
- cron
|
|
|
|
- push
|
|
|
|
- manual
|
|
|
|
|
|
|
|
depends_on:
|
|
|
|
- lint
|
|
|
|
|
|
|
|
steps:
|
|
|
|
renovate-dry:
|
2025-02-23 17:44:07 +01:00
|
|
|
image: renovate/renovate:40
|
2025-02-23 17:46:26 +01:00
|
|
|
#secrets: [renovate_token, github_com_token]
|
2024-02-14 14:08:26 +01:00
|
|
|
pull: true
|
|
|
|
environment:
|
|
|
|
RENOVATE_CONFIG_FILE: config.js
|
|
|
|
LOG_LEVEL: debug
|
|
|
|
RENOVATE_DRY_RUN: full
|
2025-02-23 17:49:21 +01:00
|
|
|
RENOVATE_TOKEN:
|
2025-02-23 17:48:34 +01:00
|
|
|
from_secret: renovate_token
|
|
|
|
GITHUB_COM_TOKEN:
|
|
|
|
from secret: github_com_token
|
2024-02-14 14:08:26 +01:00
|
|
|
when:
|
|
|
|
- event: push
|
|
|
|
|
|
|
|
renovate:
|
2025-02-23 17:44:07 +01:00
|
|
|
image: renovate/renovate:40
|
2025-02-23 17:46:26 +01:00
|
|
|
#secrets: [renovate_token, github_com_token]
|
2024-02-14 14:08:26 +01:00
|
|
|
pull: true
|
|
|
|
environment:
|
|
|
|
RENOVATE_CONFIG_FILE: config.js
|
|
|
|
LOG_LEVEL: info
|
2025-02-23 17:49:21 +01:00
|
|
|
RENOVATE_TOKEN:
|
2025-02-23 17:48:34 +01:00
|
|
|
from_secret: renovate_token
|
|
|
|
GITHUB_COM_TOKEN:
|
|
|
|
from secret: github_com_token
|
2024-02-14 14:08:26 +01:00
|
|
|
when:
|
|
|
|
- event: cron
|
|
|
|
cron: renovate
|
|
|
|
- event: manual
|