diff --git a/.gitlab/ci/.renovate.yml b/.gitlab/ci/.renovate.yml index 2222d0c68d502a45099f69e6f58d00297308fd6f..cfc94c94e94661befed0eb33fb3f76d1ea5f624e 100644 --- a/.gitlab/ci/.renovate.yml +++ b/.gitlab/ci/.renovate.yml @@ -6,14 +6,14 @@ renovate: variables: LOG_LEVEL: debug - # renovate:on-schedule: - # only: - # - schedules - # script: - # - renovate $RENOVATE_EXTRA_FLAGS - - - except: + renovate:on-schedule: + only: - schedules - script: - - renovate --dry-run $RENOVATE_EXTRA_FLAGS + script: + - renovate $RENOVATE_EXTRA_FLAGS + + # Dry-Run for debugging + # except: + # - schedules + # script: + # - renovate --dry-run $RENOVATE_EXTRA_FLAGS