popov.link/.gitea/workflows/renovate.yml
Valentin Popov cf5901f8c1
All checks were successful
CI / test (push) Successful in 16s
RenovateBot / renovate (push) Successful in 2m18s
Update Renovate configuration to use the full container image for enhanced functionality during dependency updates.
2025-05-23 11:52:02 +00:00

20 lines
456 B
YAML

name: RenovateBot
on:
push:
branches: [master]
schedule:
- cron: "@daily"
jobs:
renovate:
container: ghcr.io/renovatebot/renovate:40-full
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: renovate.config.cjs
RENOVATE_REPOSITORIES: ${{ gitea.repository }}
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
LOG_LEVEL: debug