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 3836819d79
All checks were successful
/ ls (push) Successful in 4s
/ renovate-dry (push) Successful in 2s
test
2023-08-21 07:34:02 -05:00

18 lines
420 B
YAML

on: [push]
jobs:
renovate-dry:
runs-on: docker
services:
renovate:
image: ghcr.io/renovatebot/renovate:36.52.2
env:
RENOVATE_PLATFORM: gitea
RENOVATE_ENDPOINT: https://git.hsn.dev
LOG_LEVEL: debug
RENOVATE_DRY_RUN: full
cmd:
- 'renovate'
- jahanson/valinor
steps:
- run: |
ls ${{ github.workspace }}