commit 4733036a44e190dde1fb419794f2cd669d6f64c5 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..302e5dc --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -0,0 +1,19 @@ +name: Renovate + +on: + 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://your-gitea/api/v1 + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} + RENOVATE_AUTODISCOVER: true