diff --git a/.gitea/workflows/renovate.yaml b/.gitea/workflows/renovate.yaml new file mode 100644 index 0000000..f3fe503 --- /dev/null +++ b/.gitea/workflows/renovate.yaml @@ -0,0 +1,21 @@ +name: Renovate +on: + schedule: + - cron: '0 */4 * * *' + workflow_dispatch: + push: + branches: [main] + +jobs: + renovate: + runs-on: ubuntu-latest + container: + image: ghcr.io/renovatebot/renovate:43 + steps: + - uses: actions/checkout@v6 + - run: renovate + env: + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} + RENOVATE_CONFIG_FILE: config.js + GHUB_COM_TOKEN: ${{ secrets.GHUB_COM_TOKEN }} + LOG_LEVEL: info \ No newline at end of file