Bump io.jenkins.tools.bom:bom-2.528.x from 5577.vea_979d35b_b_ff to 5750.vec44cb_c78352 #9
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: Automatically approve and merge safe dependency updates | |
| on: | |
| - pull_request_target | |
| permissions: | |
| contents: write | |
| pull-requests: write | |
| jobs: | |
| auto-merge-safe-deps: | |
| uses: jenkins-infra/github-reusable-workflows/.github/workflows/auto-merge-safe-deps.yml@v1 |