Loading README.md +10 −0 Original line number Diff line number Diff line Loading @@ -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: Loading Loading
README.md +10 −0 Original line number Diff line number Diff line Loading @@ -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: Loading