renovatebot 4e90aa350f
All checks were successful
renovate / renovate (push) Successful in 38s
Actualizar .gitea/workflows/renovate.yaml
2025-02-04 09:07:27 -06:00

21 lines
564 B
YAML

name: renovate
on:
schedule:
- cron: "@hourly"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:39
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/renovatebot/renovate-config/config.js" # replace it with your config.js path
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }} # your Revonate bot token
GITHUB_COM_TOKEN: "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"