Commit 1e38f68a authored by Michael Kriese's avatar Michael Kriese
Browse files

ci!: don't run renovate production (renovate-bot/renovate-runner!3311)

parent 1347cf32
Loading
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ variables:
  RENOVATE_GIT_AUTHOR: Renovate Bot <bot@renovateapp.com>
  RENOVATE_CONFIG_VALIDATOR_EXTRA_FLAGS: default.json .gitlab/renovate.json
  RENOVATE_X_SQLITE_PACKAGE_CACHE: true
  RENOVATE_LOG_LEVEL: debug

stages:
  - test
@@ -23,8 +24,14 @@ workflow:
    # Don't build tags
    - if: $CI_COMMIT_TAG
      when: never
    - if: $CI_PIPELINE_SOURCE == "schedule"
      when: never
    - when: always

renovate:
  rules:
    - when: never

renovate:dry-run:
  extends: .renovate
  variables:
+4 −1
Original line number Diff line number Diff line
# Renovate Runner

The intention of this project is to provide a pipeline which is easy to set up and reflects the current app settings as close as possible.
The intention of this project is to provide a pipeline template which is easy to set up and reflects the current app settings as close as possible.

You will need to:

@@ -9,6 +9,9 @@ You will need to:
3. Create a new `main` pipeline that includes this project's template
4. Set up a schedule to run the pipeline regularly

> [!important]
> Don't use a fork of this repo for running renovate on your own. This is and was never supported. Create a separate runner project as described below.

## Create a new Runner project

We recommend you use a new and dedicated private project to host the Renovate runner, however a public project with private CI logs should still be safe.