Bump io.jenkins.tools.bom:bom-2.479.x from 3850.vb_c5319efa_e29 to 5054.v620b_5d2b_d5e6 #5
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 |