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