From 479a0691f825d871a67d2bdbcb160e84c1af8c7a Mon Sep 17 00:00:00 2001 From: Oliver Lippert Date: Sat, 20 Jan 2024 21:51:46 +0100 Subject: [PATCH] kick of renovate see what happens --- .gitea/workflows/renovate.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .gitea/workflows/renovate.yml diff --git a/ .gitea/workflows/renovate.yml b/ .gitea/workflows/renovate.yml new file mode 100644 index 0000000..dc1b1d0 --- /dev/null +++ b/ .gitea/workflows/renovate.yml @@ -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"