From 89d8cc984fa2d1222d285ae89bc02549ea10de54 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Sun, 20 Aug 2023 18:11:02 -0500 Subject: [PATCH] testing --- .forgejo/workflows/renovate.yaml | 23 +++++++++-------------- 1 file changed, 9 insertions(+), 14 deletions(-) diff --git a/.forgejo/workflows/renovate.yaml b/.forgejo/workflows/renovate.yaml index 4ee69b0..07be484 100644 --- a/.forgejo/workflows/renovate.yaml +++ b/.forgejo/workflows/renovate.yaml @@ -1,18 +1,13 @@ on: [push] jobs: - renovate: - name: Renovate + renovate-dry: runs-on: docker steps: - - name: Checkout - uses: actions/checkout@v3 - with: - token: '${{ secrets.token }}' - - - name: Renovate - uses: renovatebot/github-action@v39.0.1 - env: - # DRY_RUN: ${{ inputs.dryRun }} - LOG_LEVEL: debug - with: - token: '${{ secrets.token }}' \ No newline at end of file + - uses: ghcr.io/renovatebot/renovate:36.52.2 + - env: + RENOVATE_PLATFORM: gitea + RENOVATE_ENDPOINT: https://git.hsn.dev + LOG_LEVEL: debug + RENOVATE_DRY_RUN: full + - run: | + renovate $${CI_REPO} jahanson/valinor