image: name: docker.io/renovate/renovate:22 entrypoint: [""] stages: - CI - Run dry-run: stage: CI before_script: - "cp config.js /usr/src/app/config.js" script: - "renovate --dry-run" run: stage: Run before_script: - cp config.js /usr/src/app/config.js script: - renovate only: - schedules