pre-commit dependabot autoupdate #3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: pre-commit dependabot autoupdate | |
| on: | |
| schedule: | |
| - cron: '0 12 * * 4' | |
| workflow_dispatch: {} | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| actions: write | |
| jobs: | |
| autoupdate-pre-commit: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/[email protected] | |
| - name: install asdf & tools | |
| uses: asdf-vm/actions/[email protected] | |
| - name: Autoupdate Pre-commit Hooks | |
| uses: "voxel51/aloha-github-workflows/.github/actions/pre-commit-dependabot-autoupdate@main" | |
| with: | |
| github-token: "${{ secrets.ORG_DEPENDABOT_UPDATE_PAT }}" |