Skip to content

Bump org.csanchez.jenkins.plugins:kubernetes from 4296.v20a_7e4d77cf6 to 4300.vd82c5692b_3a_e in /bom-weekly #2727

Bump org.csanchez.jenkins.plugins:kubernetes from 4296.v20a_7e4d77cf6 to 4300.vd82c5692b_3a_e in /bom-weekly

Bump org.csanchez.jenkins.plugins:kubernetes from 4296.v20a_7e4d77cf6 to 4300.vd82c5692b_3a_e in /bom-weekly #2727

# 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}}