when: event: - cron - push - manual depends_on: - lint steps: renovate-dry: image: renovate/renovate:40 #secrets: [renovate_token, github_com_token] pull: true environment: RENOVATE_CONFIG_FILE: config.js LOG_LEVEL: debug RENOVATE_DRY_RUN: full RENOVATE_TOKEN: from_secret: renovate_token GITHUB_COM_TOKEN: from secret: github_com_token when: - event: push renovate: image: renovate/renovate:40 #secrets: [renovate_token, github_com_token] pull: true environment: RENOVATE_CONFIG_FILE: config.js LOG_LEVEL: info RENOVATE_TOKEN: from_secret: renovate_token GITHUB_COM_TOKEN: from secret: github_com_token when: - event: cron cron: renovate - event: manual