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