renovate.yml

 1name: Renovate
 2on:
 3  schedule:
 4    - cron: "0 * * * *"
 5  workflow_dispatch:
 6jobs:
 7  renovate:
 8    runs-on: ubuntu-latest
 9    steps:
10      - name: Checkout
11        uses: actions/checkout@v7
12        with:
13          fetch-depth: 0
14      - name: Run Renovate
15        uses: renovatebot/github-action@v46.1.12
16        with:
17          token: ${{ secrets.HOMEBREW_GITHUB_TOKEN }}
18          configurationFile: renovate.json
19        env:
20          RENOVATE_REPOSITORIES: floatpane/matcha