Skip to content

Commit

Permalink
add pre-commit autoupdate workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Sep 6, 2024
1 parent 8a570fa commit da680c7
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/precommit-autoupdate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: "Run pre-commit autoupdate"

on:
schedule:
- cron: "30 1 * * *"
workflow_dispatch:

permissions:
contents: write

concurrency:
group: ${{ github.workflow }}-${{ github.event_name }}-${{ github.sha }}
cancel-in-progress: true

jobs:
precommit-autoupdate:
name: "Run pre-commit autoupdate"
uses: dbt-labs/actions/.github/workflows/pre-commit-autoupdate.yml@pre-commit-auto-update

0 comments on commit da680c7

Please sign in to comment.