Bump .zprezto from 457ade4
to f04191a
#59
Workflow file for this run
This file contains 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: Dependabot Auto Merge | |
on: | |
pull_request: | |
jobs: | |
dependabot-auto-merge: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: ahmadnassri/action-dependabot-auto-merge@v2.6 | |
with: | |
github-token: ${{ secrets.GITHUB_TOKEN }} |