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

23 lines
288 B
YAML
Raw Normal View History

image:
2021-07-13 16:30:38 +00:00
name: ${CI_DEPENDENCY_PROXY_GROUP_IMAGE_PREFIX}/renovate/renovate:25
2019-11-09 01:58:59 +01:00
entrypoint: [""]
stages:
- CI
- Run
dry-run:
stage: CI
script:
2020-07-30 20:03:55 +00:00
- "renovate --dry-run"
2020-07-30 20:19:24 +00:00
except:
- master
- schedules
run:
stage: Run
script:
2020-07-30 20:03:55 +00:00
- renovate
only:
- schedules