Skip to content

file path

file path #2

Workflow file for this run

name: Renovate
on:
push: # while testing
#schedule:
# - cron: "0/15 * * * *"
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
renovate:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Self-hosted Renovate
uses: renovatebot/[email protected]
with:
token: ${{ secrets.RENOVATE_TOKEN }}
docker-cmd-file: .github/renovate-entrypoint.sh
docker-user: root
configurationFile: renovate.json5
env:
LOG_LEVEL: 'debug'
# hopefully not too late...
- run: cargo fmt