theshire/.forgejo/workflows/build.yaml
Joseph Hanson 3ce3946e16
Some checks failed
/ Renovate (push) Failing after 18s
Renovate via Actions.
2024-05-15 06:40:44 -05:00

14 lines
358 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-config.json5
token: "${{ secrets.RENOVATE_TOKEN }}"