This repository has been archived on 2024-02-11. You can view files and clone it, but cannot push or open issues or pull requests.
valinor/.forgejo/workflows/renovate.yaml
Joseph Hanson 1d57dd628f
Some checks failed
/ ls (push) Successful in 13s
/ renovate-dry (push) Failing after 0s
/ renovate (push) Failing after 0s
Testing forgejo.
2023-08-20 17:45:22 -05:00

34 lines
No EOL
793 B
YAML

on: [push,manual]
jobs:
renovate-dry:
image: ghcr.io/renovatebot/renovate:36.52.2
pull: true
commands:
- renovate $${CI_REPO} jahanson/valinor
environment:
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://git.hsn.dev
LOG_LEVEL: debug
RENOVATE_DRY_RUN: full
secrets:
- source: token
target: renovate_token
when:
- event: push
renovate:
image: ghcr.io/visualon/renovate:36.52.2
pull: true
commands:
- renovate $${CI_REPO} jahanson/valinor
environment:
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://git.hsn.dev
LOG_LEVEL: debug
secrets:
- source: token
target: renovate_token
when:
- event: cron
cron: renovate
- event: manual