From c658e49dd88aa302114dae8fe50d5059eb1cda35 Mon Sep 17 00:00:00 2001 From: sujiba Date: Tue, 21 May 2024 22:11:52 +0000 Subject: [PATCH] =?UTF-8?q?.forgejo/workflows/renovate.yaml=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .forgejo/workflows/renovate.yaml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .forgejo/workflows/renovate.yaml diff --git a/.forgejo/workflows/renovate.yaml b/.forgejo/workflows/renovate.yaml new file mode 100644 index 0000000..66f8eec --- /dev/null +++ b/.forgejo/workflows/renovate.yaml @@ -0,0 +1,23 @@ +name: renovate + +on: + schedule: + - cron: "@hourly" + push: + branches: + - main + +jobs: + renovate-dry-run: + runs-on: docker + container: ghcr.io/renovatebot/renovate:37.368.6 + steps: + - uses: actions/checkout@v4 + - run: renovate + env: + RENOVATE_CONFIG_FILE: "/workspace/homelab/renovate-config/config.json" # replace it with your config.js path + RENOVATE_PLATFORM: gitea + RENOVATE_ENDPOINT: https://git.smail.koeln + LOG_LEVEL: "debug" + RENOVATE_CONFIG_MIGRATION: "true" # ensure all repositories receive config migration PRs + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} \ No newline at end of file