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

23 lines
692 B
YAML

on:
schedule:
- cron: '*/30 * * * *'
jobs:
renovate:
name: Renovate
runs-on: docker
container:
image: ghcr.io/renovatebot/renovate:37.379.0@sha256:b734aaade723e8c780d5a0991bb4551fd70b6a90871dab456669c4d995dec561
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