steps: - name: renovate image: renovate/renovate pull: true commands: - renovate $${CI_REPO} environment: RENOVATE_PLATFORM: gitea RENOVATE_ENDPOINT: https://git.adrien.run RENOVATE_GIT_AUTHOR: renovate-bot RENOVATE_TOKEN: from_secret: renovate-bot-mr-token LOG_LEVEL: debug when: - event: cron cron: renovate - event: manual