1
0
Fork 0
This repository has been archived on 2025-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
renovate-bot/.gitlab-ci.yml
2021-02-06 01:04:01 +00:00

26 lines
379 B
YAML

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
before_script:
- cp config.js /usr/src/app/config.js
script:
- renovate
only:
- schedules