56f1014769
Provides an innitial version of the renovate bot config along with a gitlab-ci.yml that will run on scheduled setups.
13 lines
206 B
YAML
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
|