Initial commit
Some checks failed
renovate / renovate (push) Failing after 1m1s

This commit is contained in:
2024-04-17 17:55:14 +02:00
commit a28f741d85
2 changed files with 29 additions and 0 deletions

View File

@ -0,0 +1,21 @@
name: renovate
on:
schedule:
- cron: "@daily"
push:
branches:
- main
- master
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.20.2
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/renovate-bot/renovate-config/config.js"
# LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}