Atualizar .gitea/workflows/renovate.yml

This commit is contained in:
2026-03-13 03:34:37 +00:00
parent 527e5eb5f8
commit 56bc8bf6ca

View File

@@ -1,17 +1,18 @@
name: Renovate name: Renovate
on: on:
schedule: schedule:
- cron: '0 3 * * *' - cron: '0 3 * * *'
workflow_dispatch: workflow_dispatch:
jobs: jobs:
renovate: renovate:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v48 - uses: actions/checkout@v4
- name: Renovate - name: Renovate
uses: docker://ghcr.io/renovatebot/renovate:latest uses: docker://ghcr.io/renovatebot/renovate:latest
env: env:
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
LOG_LEVEL: info LOG_LEVEL: info