diff --git a/.github/workflows/precommit-autoupdate.yml b/.github/workflows/precommit-autoupdate.yml new file mode 100644 index 00000000..19c8ea97 --- /dev/null +++ b/.github/workflows/precommit-autoupdate.yml @@ -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