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-22 19:04:30 -05:00
|
|
|
image: ghcr.io/renovatebot/renovate:37.414.1@sha256:49779a4bef523ec804462ab66aaca78b5601cb084e5ab8cf06ac9c32114fc5af
|
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
|