theshire/.forgejo/workflows/build.yaml

15 lines
351 B
YAML
Raw Normal View History

2024-05-15 06:40:44 -05:00
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:
2024-05-15 06:41:59 -05:00
configurationFile: .forgejo/renovate.json5
2024-05-15 06:40:44 -05:00
token: "${{ secrets.RENOVATE_TOKEN }}"