chore(deps): bump github/gh-aw-actions from ba90f2186d7ad780ec640f364005fa24e797b360 to abea67e08ee83539ea33aaae67bf0cddaa0b03b5 #20
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
| # Dependabot Auto-Merge | |
| # Automatically approves and merges Dependabot PRs after CI passes | |
| # | |
| # This workflow calls the centralized auto-merge workflow from zircote/.github | |
| # Requires repository setting "Allow auto-merge" to be enabled | |
| name: Dependabot Auto-Merge | |
| on: | |
| pull_request_target: | |
| types: [opened, synchronize, reopened] | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| automerge: | |
| uses: zircote/.github/.github/workflows/reusable-dependabot-automerge.yml@main | |
| secrets: inherit |