Skip to content

renovate

renovate #1039

Workflow file for this run

---
# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: renovate
"on":
workflow_dispatch:
push:
branches:
- "main"
paths:
- "renovate.json5"
- "**/renovate.json5"
schedule:
- cron: "0 0 * * *" # every 08:00 UTC+8
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Renovate
uses: renovatebot/[email protected]
env:
LOG_LEVEL: debug
RENOVATE_REPOSITORIES: ${{ github.repository }}
RENOVATE_PLATFORM: github
RENOVATE_USERNAME: timtor-bot
RENOVATE_GIT_AUTHOR: Timtor-bot <[email protected]>
RENOVATE_TOKEN: ${{ secrets.BOT_USER_TOKEN }}
RENOVATE_GIT_PRIVATE_KEY: ${{ secrets.BOT_USER_GPG_KEY }}