Bump org.jenkins-ci.plugins:plugin from 5.2099.v68c2f5e27299 to 6.2108.v08c2b_01b_cf4d #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 |