Skip to content

Bump the dependencies group across 1 directory with 20 updates #499

Bump the dependencies group across 1 directory with 20 updates

Bump the dependencies group across 1 directory with 20 updates #499

Workflow file for this run

name: Dependabot
on:
pull_request:
workflow_run:
workflows: [Build]
types: [completed]
jobs:
build:
uses: winstxnhdw/Wingman/.github/workflows/main.yml@main
auto-merge:
needs: build
if: ${{ github.actor == 'dependabot[bot]' }}
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Auto-merge Dependabot PRs
run: gh pr merge --auto --rebase "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}