From 45eeb4fa27600e0cbf9a23cfbd81f6a26af3c62c Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 20 Aug 2023 17:39:01 -0500 Subject: [PATCH] Testing renovate. --- .forgejo/workflows/renovate.yaml | 40 ++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 .forgejo/workflows/renovate.yaml diff --git a/.forgejo/workflows/renovate.yaml b/.forgejo/workflows/renovate.yaml new file mode 100644 index 0000000..2efdd3e --- /dev/null +++ b/.forgejo/workflows/renovate.yaml @@ -0,0 +1,40 @@ +platform: linux/amd64 + +when: + event: + - cron + - push + - manual + +pipeline: + 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