build(deps): bump com.flowlogix:base-pom from 70 to 71 #16
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 Approve and Merge" | |
| on: | |
| pull_request_target: | |
| types: [opened, synchronize, reopened] | |
| jobs: | |
| call-automerge: | |
| uses: flowlogix/base-pom/.github/workflows/dependabot-automerge.yml@main | |
| secrets: | |
| github-token: ${{ secrets.GH_AUTOMERGE_TOKEN }} |