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