Skip to content

build(deps): bump django from 5.2.6 to 5.2.12 #231

build(deps): bump django from 5.2.6 to 5.2.12

build(deps): bump django from 5.2.6 to 5.2.12 #231

Workflow file for this run

name: auto-merge
on:
pull_request_target:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: ahmadnassri/action-dependabot-auto-merge@45fc124d949b19b6b8bf6645b6c9d55f4f9ac61a # v2
with:
target: major
github-token: ${{ secrets.GITHUB_TOKEN }}