feat: init commit
renovate / renovate (push) Failing after 19s

This commit is contained in:
2026-06-05 20:26:49 +02:00
commit d570dbf41f
10 changed files with 234 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
workflow_dispatch:
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:43.191.2
steps:
- uses: actions/checkout@v6
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/daanselen/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_CONFIG_MIGRATION: "true"
RENOVATE_TOKEN: ${{ secrets.GITEA_TOKEN }}