theshire/.forgejo/workflows/renovate.yaml
Joseph Hanson a3678e677f
All checks were successful
/ Renovate (push) Successful in 27s
bump
2024-05-15 08:03:03 -05:00

24 lines
691 B
YAML

on:
push:
schedule:
- cron: '*/30 * * * *'
jobs:
renovate:
name: Renovate
runs-on: ubuntu-latest
container:
image: ghcr.io/renovatebot/renovate:37.363.8@sha256:d5d20fda77bffb65bb4099389d6cb064e1e06b085bc547e10330bf82317c9693
steps:
- name: Checkout
uses: actions/checkout@v3
with:
show-progress: false
- name: Renovate
uses: ./.forgejo/actions/renovate
with:
endpoint: https://git.hsn.dev/api/v1/
token: ${{ secrets.RENOVATE_TOKEN }}
github-token: ${{ secrets.GH_TOKEN }}
args: ${{ github.repository }} --platform gitea # --autodiscover
save-cache: true