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

18 lines
397 B
YAML
Raw Normal View History

2023-08-20 17:57:24 -05:00
on: [push]
jobs:
2023-08-20 17:39:01 -05:00
renovate:
2023-08-20 17:57:24 -05:00
name: Renovate
runs-on: docker
steps:
- name: Checkout
uses: actions/checkout@v3
with:
token: '${{ secrets.token }}'
- name: Renovate
uses: renovatebot/github-action@v39.0.1
env:
2023-08-20 18:00:48 -05:00
# DRY_RUN: ${{ inputs.dryRun }}
LOG_LEVEL: debug
2023-08-20 17:57:24 -05:00
with:
token: '${{ secrets.token }}'