Drone-Bot
f4e62fef8e
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [renovate/renovate](https://github.com/renovatebot/renovate) | minor | `34.40-slim` -> `34.53-slim` | ⚠️ Release Notes retrieval for this PR were skipped because no github.com credentials were available. If you are self-hosted, please see [this instruction](https://github.com/renovatebot/renovate/blob/master/docs/usage/examples/self-hosting.md#githubcom-token-for-release-notes). --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC40MC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNDAuMiJ9--> Reviewed-on: #33 Co-authored-by: Drone-Bot <noreply@ocram85.com> Co-committed-by: Drone-Bot <noreply@ocram85.com>
22 lines
501 B
YAML
22 lines
501 B
YAML
pipeline:
|
|
DockerBaseImage:
|
|
image: renovate/renovate:34.53-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
|