steps: - name: renovate image: renovate/renovate pull: true settings: renovate_token: from_secret: renovate-bot-mr-token commands: - renovate $${CI_REPO} environment: RENOVATE_PLATFORM: gitea RENOVATE_ENDPOINT: https://codeberg.org LOG_LEVEL: debug RENOVATE_DRY_RUN: full when: - event: cron cron: renovate - event: manual