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

24 lines
692 B
YAML
Raw Normal View History

2024-05-15 08:59:54 -05:00
on:
schedule:
- cron: '*/30 * * * *'
jobs:
renovate:
name: Renovate
2024-05-20 09:16:29 -05:00
runs-on: docker
2024-05-15 08:59:54 -05:00
container:
image: ghcr.io/renovatebot/renovate:37.404.1@sha256:6b9725c3dba1c17b1d7acda4956de6180aa83e2b92384ed10f1af1718c2d0e82
2024-05-15 08:59:54 -05:00
steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
2024-05-15 08:59:54 -05:00
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