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

21 lines
605 B
YAML
Raw Normal View History

2024-08-10 10:28:14 +02:00
name: renovate
on:
schedule:
- cron: "@hourly"
2024-08-10 10:28:14 +02:00
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:latest@sha256:3befd268b7caacb07b999c8d0f89e8550975ba5a2b279dccb5a5e5fa6671683d
2024-08-10 10:28:14 +02:00
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2024-08-10 10:28:14 +02:00
- run: renovate
env:
2024-08-10 10:37:02 +02:00
RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js"
2024-08-10 10:28:14 +02:00
LOG_LEVEL: "debug"
2024-08-10 15:38:13 +02:00
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GH_COM_TOKEN }}