renovate-config/.gitea/workflows/renovate.yaml
Renovate Bot 9d1cbf0ceb
All checks were successful
renovate / renovate (push) Successful in 2m16s
Update ghcr.io/renovatebot/renovate Docker tag to v37.325.0
2024-04-26 14:01:15 +00:00

22 lines
491 B
YAML

name: renovate
on:
schedule:
- cron: "@hourly"
push:
branches:
- main
jobs:
renovate:
runs-on: ubuntu-latest
container: ghcr.io/renovatebot/renovate:37.325.0
steps:
- uses: actions/checkout@v4
- run: renovate
env:
RENOVATE_CONFIG_FILE: "/workspace/JakeHillion/renovate-config/config.js"
LOG_LEVEL: "debug"
RENOVATE_TOKEN: ${{ secrets.RENOVATE_TOKEN }}
GITHUB_COM_TOKEN: ${{ secrets.GITHUBTOKEN }}