commit 5c328cab0719b738f316e037752ae10026082be4 Author: Yuriy Davygora Date: Mon May 18 09:12:04 2026 +0200 Creating renovate pipeline diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..9f93c30 --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,22 @@ +name: Renovate + +on: + workflow_dispatch: + schedule: + - cron: '0 2 * * *' + +jobs: + renovate: + runs-on: ubuntu-latest + container: + image: renovate/renovate + steps: + - name: Run Renovate + run: renovate + env: + RENOVATE_PLATFORM: gitea + RENOVATE_ENDPOINT: https://gitea.davygora.duckdns.org/api/v1 + RENOVATE_USERNAME: renovate-bot + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} + RENOVATE_AUTODISCOVER: true + LOG_LEVEL: debug