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-18 19:08:51 -05:00
|
|
|
image: ghcr.io/renovatebot/renovate:37.412.1@sha256:7ca0bb6e49931aa01fea1528c537c83aa9ea41ebd4832ea4dc81fef51a419db0
|
2024-05-15 08:59:54 -05:00
|
|
|
steps:
|
|
|
|
- name: Checkout
|
2024-06-13 11:35:13 -05:00
|
|
|
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # 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
|