Skip to content

chore(deps): bump org.jenkins-ci.plugins:bouncycastle-api from 2.30.1.79-254.vfdb_814e7791e to 2.30.1.80-256.vf98926042a_9b_ in /bom-weekly #2919

chore(deps): bump org.jenkins-ci.plugins:bouncycastle-api from 2.30.1.79-254.vfdb_814e7791e to 2.30.1.80-256.vf98926042a_9b_ in /bom-weekly

chore(deps): bump org.jenkins-ci.plugins:bouncycastle-api from 2.30.1.79-254.vfdb_814e7791e to 2.30.1.80-256.vf98926042a_9b_ in /bom-weekly #2919

# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/automating-dependabot-with-github-actions#enable-auto-merge-on-a-pull-request
---
name: Dependabot auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
dependabot-automerge:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Enable auto-merge for Dependabot PRs
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}