21 lines
564 B
YAML
Raw Permalink Normal View History

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