renovate-config/.gitea/workflows/renovate.yaml

27 lines
887 B
YAML
Raw Normal View History

2024-03-24 13:35:50 +00:00
name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.269.3@sha256:edd9cdb1c9a4a2276f6c6793822ab54151d8a8274b68b36bc0125a166e3a7f02
2024-03-24 13:35:50 +00:00
steps:
2024-03-24 14:11:00 +00:00
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2024-03-24 13:35:50 +00:00
- run: renovate
env:
2024-03-24 13:45:21 +00:00
RENOVATE_CONFIG_FILE: "${{ gitea.workspace }}/config.js"
2024-03-24 13:35:50 +00:00
LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GH_TOKEN }}
RENOVATE_AUTODISCOVER: "false"
RENOVATE_ENDPOINT: https://git.namesny.com/api/v1
RENOVATE_GIT_AUTHOR: Renovate Bot <bot@renovateapp.com>
RENOVATE_PLATFORM: gitea