chore(deps)(deps): Bump the production-minor-patch group with 3 updates #75
Workflow file for this run
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: Dependabot Auto-Merge | |
| # Thin caller — logic lives in the org-wide reusable workflow. | |
| # Source of truth: https://github.com/ashlrai/.github/blob/main/.github/workflows/reusable-dependabot-auto-merge.yml | |
| on: pull_request | |
| jobs: | |
| auto-merge: | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| uses: ashlrai/.github/.github/workflows/reusable-dependabot-auto-merge.yml@main |