OCram85
4f2c65b69f
#### 📖 Summary - remove leading . in pipeline files. - remove build arg for renovate support. #### 📑 Test Plan > 💡 Select your test plan for the code changes. - [x] Tested via CI pipeline - [ ] Custom test - [ ] No test plan ##### Details / Justification <!-- Add your test details or justification for missing tests here. --> #### 📚 Additional Notes <!-- A place for additional detail notes. --> Co-authored-by: OCram85 <marco.blessing@googlemail.com> Reviewed-on: #29
22 lines
501 B
YAML
22 lines
501 B
YAML
pipeline:
|
|
DockerBaseImage:
|
|
image: renovate/renovate:34.40-slim
|
|
commands:
|
|
- "renovate"
|
|
secrets:
|
|
- RENOVATE_TOKEN
|
|
environment:
|
|
LOG_LEVEL: debug
|
|
RENOVATE_PLATFORM: "gitea"
|
|
RENOVATE_ENDPOINT: "https://gitea.ocram85.com"
|
|
RENOVATE_REPOSITORIES: "${CI_REPO}"
|
|
RENOVATE_LABELS: "renovate"
|
|
#RENOVATE_DRY_RUN: "full"
|
|
RENOVATE_TOKEN: "${RENOVATE_TOKEN}"
|
|
when:
|
|
event:
|
|
- push
|
|
branch:
|
|
- master
|
|
- updDeps
|