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

38 lines
1.1 KiB
YAML
Raw Normal View History

2024-05-15 08:59:54 -05:00
on:
schedule:
- cron: '*/30 * * * *'
2024-07-26 20:53:52 -05:00
push:
branches: ["main"]
paths: [".forgejo/workflows/renovate.yaml"]
workflow_dispatch:
inputs:
dryRun:
2024-10-11 09:49:51 -05:00
default: false
description: Dry Run
required: false
2024-10-11 09:49:51 -05:00
type: boolean
env:
RENOVATE_DRY_RUN: "${{ inputs.dryRun == true }}"
2025-01-01 17:10:46 -06:00
2024-05-15 08:59:54 -05:00
jobs:
renovate:
name: Renovate
2024-11-05 08:57:46 -06:00
runs-on: docker-x86_64
2024-05-15 08:59:54 -05:00
container:
image: ghcr.io/renovatebot/renovate:39.86.4@sha256:fc155452003746272f04dac0f8af15018f304cb06ea417b80db5fcb3746ff3ed
2024-05-15 08:59:54 -05:00
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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 }}
2025-01-01 17:10:46 -06:00
github-username: ${{ secrets.GH_USERNAME }}
docker-username: ${{ secrets.DOCKER_USERNAME }}
docker-password: ${{ secrets.DOCKER_PASSWORD }}
2025-01-01 11:22:26 -06:00
args: --platform gitea --autodiscover