From 3b93c440fe6592799df5632ca78fca6a63cbba0a Mon Sep 17 00:00:00 2001 From: humocs-man <1+humocs-man@noreply.localhost> Date: Mon, 20 Jul 2026 16:51:28 +0000 Subject: [PATCH] =?UTF-8?q?.gitea/workflows/renovate=5Fv2.yml=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/renovate_v2.yml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .gitea/workflows/renovate_v2.yml diff --git a/.gitea/workflows/renovate_v2.yml b/.gitea/workflows/renovate_v2.yml new file mode 100644 index 0000000..9aedf49 --- /dev/null +++ b/.gitea/workflows/renovate_v2.yml @@ -0,0 +1,23 @@ +name: Renovate +on: + schedule: + - cron: '0 3 * * *' + workflow_dispatch: + +jobs: + renovate: + runs-on: ubuntu-latest + steps: + - name: Run Renovate + uses: docker://renovate/renovate:43@sha256:459b7e28aa54fa2fa7db83df6a2d6ad26de416a054ee554e7833203adf3d9a47 + env: + RENOVATE_PLATFORM: 'gitea' + RENOVATE_ENDPOINT: 'https://humocs-man.duckdns.org/api/v1' + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} + RENOVATE_REQUIRE_CONFIG: 'required' + RENOVATE_REPOSITORIES: ${{ github.repository }} + + RENOVATE_HOST_RULES: '[{"hostType": "github", "matchHost": "github.com", "token": ""}]' + RENOVATE_PRODUCT_METADATA_URL: '' + RENOVATE_FETCH_CHANGELOGS: 'off' + RENOVATE_REPOSITORY_CACHE: 'enabled' \ No newline at end of file