1
0
Fork 0
This repository has been archived on 2025-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
renovate-bot/.gitlab-ci.yml

22 lines
256 B
YAML

image:
name: docker.io/renovate/renovate:24
entrypoint: [""]
stages:
- CI
- Run
dry-run:
stage: CI
script:
- "renovate --dry-run"
except:
- master
- schedules
run:
stage: Run
script:
- renovate
only:
- schedules