From 02f94aa43173a1cd6d7bf3c141f42630c16c39d3 Mon Sep 17 00:00:00 2001 From: renovate Date: Fri, 13 Mar 2026 03:38:51 +0000 Subject: [PATCH] Adicionar .gitea/workflows/renovate.yml --- .gitea/workflows/renovate.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitea/workflows/renovate.yml diff --git a/.gitea/workflows/renovate.yml b/.gitea/workflows/renovate.yml new file mode 100644 index 0000000..43771b7 --- /dev/null +++ b/.gitea/workflows/renovate.yml @@ -0,0 +1,17 @@ +name: Renovate + +on: + schedule: + - cron: '0 3 * * *' + workflow_dispatch: + + jobs: + renovate: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Renovate + uses: docker://ghcr.io/renovatebot/renovate:latest + env: + RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} + LOG_LEVEL: info \ No newline at end of file