add renovate workflow
Some checks failed
renovate / renovate (push) Failing after 10s

"POC"
This commit is contained in:
Oliver Lippert 2024-01-20 21:53:52 +01:00
parent e3fd35352c
commit 486a3be28e
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

View file

@ -0,0 +1,22 @@
name: renovate
on:
schedule:
- cron: "0 0 * * *"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.140.14
steps:
- name: Checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
- name: Renovate
run: renovate
env:
LOG_LEVEL: "debug"