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

19 lines
420 B
YAML
Raw Normal View History

2023-08-20 17:57:24 -05:00
on: [push]
jobs:
2023-08-20 18:11:02 -05:00
renovate-dry:
2023-08-20 17:57:24 -05:00
runs-on: docker
2023-08-21 07:28:20 -05:00
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
2023-08-21 07:34:02 -05:00
cmd:
- 'renovate'
- jahanson/valinor
2023-08-21 07:29:43 -05:00
steps:
- run: |
2023-08-21 07:34:02 -05:00
ls ${{ github.workspace }}