renovate-config/.forgejo/workflows/renovate.yaml

23 lines
693 B
YAML

on:
schedule:
- cron: '*/30 * * * *'
jobs:
renovate:
name: Renovate
runs-on: docker
container:
image: ghcr.io/renovatebot/renovate:37.381.10@sha256:89c6ee34d30ed16d8712641274765caafa2aa00c56e3a71d2cb91fcb20696a56
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
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: --platform gitea --autodiscover
save-cache: true