theshire/.forgejo/workflows/build.yaml
Joseph Hanson 6b1331a370
Some checks failed
/ Renovate (push) Failing after 5s
correct filename
2024-05-15 06:41:59 -05:00

14 lines
351 B
YAML

on: [push]
jobs:
renovate:
name: Renovate
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Renovate
uses: https://github.com/renovatebot/github-action@v40.1.11
with:
configurationFile: .forgejo/renovate.json5
token: "${{ secrets.RENOVATE_TOKEN }}"