renovate-config/.gitea/workflows/renovate.yaml
Renovate Bot 80576c7194
All checks were successful
renovate / renovate (push) Successful in 2m35s
Update ghcr.io/renovatebot/renovate Docker tag to v37.319.1
2024-04-23 17:01:17 +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.319.1
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 }}