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:
|
2024-06-10 21:35:04 -05:00
|
|
|
image: ghcr.io/renovatebot/renovate:37.401.3@sha256:ed8c07c763e353db804bc4707c28335f35a23d67046bac484c40b7644ad6bed7
|
2024-05-15 08:59:54 -05:00
|
|
|
steps:
|
|
|
|
- name: Checkout
|
2024-05-20 09:34:23 -05:00
|
|
|
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
|