Commit 7c8a251a authored by Rhys Arkins's avatar Rhys Arkins
Browse files

Expand CI example

parent 54ed8c48
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -42,6 +42,16 @@ Create a `.gitlab-ci.yml` file in the repository like the following:
include:
  - project: 'renovate-bot/renovate-runner'
    file: '/templates/renovate-dind.gitlab-ci.yml'

variables:
  LOG_LEVEL: debug

renovate:on-schedule:
  only:
    - schedules
  script:
    - renovate $RENOVATE_EXTRA_FLAGS

```

Alternatively, if you cannot use privileged runners, include the following template instead: