image:
name: docker.io/renovate/renovate:24.38
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
- cp config.js /usr/src/app/config.js
- renovate
only: