Skip to content

Renovate

Renovate #270

Workflow file for this run

name: Renovate
on:
schedule:
- cron: "0 7,10,16,22 * * *"
workflow_dispatch:
jobs:
renovate:
permissions:
contents: read
issues: write
pull-requests: write
repository-projects: read
statuses: read
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Renovate
uses: renovatebot/[email protected]
with:
configurationFile: ./.github/configs/renovate.json
token: ${{ secrets.RENOVATE_TOKEN }}
env:
RENOVATE_AUTODISCOVER: true
RENOVATE_AUTODISCOVER_FILTER: "channel-42/wg-punchhole"