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
Sheogorath 56f1014769
Initial commit
Provides an innitial version of the renovate bot config along with a
gitlab-ci.yml that will run on scheduled setups.
2019-10-31 20:46:42 +01:00

13 lines
206 B
YAML

image: docker.io/renovate/renovate:19
stages:
- CI
run:
stage: CI
before_script:
- cp config.js /usr/src/app/config.js
script:
- node /usr/src/app/dist/renovate.js
only:
- schedules