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

26 lines
445 B
YAML

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