2023-10-10 15:25:53 +00:00
|
|
|
name: Update pre-commit hooks
|
|
|
|
|
|
|
|
on:
|
|
|
|
workflow_dispatch:
|
|
|
|
schedule:
|
2023-10-26 15:14:15 +00:00
|
|
|
- cron: 0 0 * * 0
|
2023-10-10 15:25:53 +00:00
|
|
|
|
|
|
|
jobs:
|
|
|
|
update:
|
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
2024-06-15 00:06:52 +00:00
|
|
|
- uses: actions/checkout@v4.1.7
|
2023-10-10 15:25:53 +00:00
|
|
|
with:
|
|
|
|
fetch-depth: 0
|
|
|
|
- uses: vrslev/pre-commit-autoupdate@v1.0.0
|
2024-05-13 19:06:24 +00:00
|
|
|
- uses: peter-evans/create-pull-request@v6.0.5
|
2023-10-10 15:25:53 +00:00
|
|
|
with:
|
|
|
|
branch: pre-commit-autoupdate
|
|
|
|
title: "chore(deps): Update pre-commit hooks"
|
|
|
|
commit-message: "chore(deps): Update pre-commit hooks"
|
|
|
|
body: Update pre-commit hooks
|
|
|
|
labels: dependencies
|
|
|
|
delete-branch: True
|
2024-05-26 07:20:45 +00:00
|
|
|
assignees: "fredclausen"
|