Skip to content

Pre-commit auto-update #14

Pre-commit auto-update

Pre-commit auto-update #14

name: Pre-commit auto-update
on:
# every first day of the month
schedule:
- cron: "0 0 1 * *"
# on demand
workflow_dispatch:
permissions:
contents: write
pull-requests: write
jobs:
auto-update:
uses: mathbunnyru/pre-commit-workflows/.github/workflows/pre-commit-autoupdate.yml@main