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:d8e3f1d54491cbbd98b6daed1f6d5cb4e3665f1d208ed895a3d8a4c01f1c3181
2024-08-10 10:28:14 +02:00
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # 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 }}