Skip to content

Bump projects/devsec/networking/nebula from 01cddb8 to f39bfbb #1257

Bump projects/devsec/networking/nebula from 01cddb8 to f39bfbb

Bump projects/devsec/networking/nebula from 01cddb8 to f39bfbb #1257

Workflow file for this run

name: automerge-dependabot
on: pull_request
permissions:
pull-requests: write
concurrency:
group: automerge-dependabot
cancel-in-progress: true
jobs:
dependabot:
permissions: write-all
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: dependabot metadata
id: metadata
uses: dependabot/fetch-metadata@v1.1.1
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: approve PR
run: gh pr review --approve "$PR_URL"
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- name: merge PR
run: gh pr merge "$PR_URL" --rebase
env:
PR_URL: ${{github.event.pull_request.html_url}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}