Skip to content

chore(deps): bump django-unfold from 0.84.0 to 0.86.1 in the production-dependencies group #82

chore(deps): bump django-unfold from 0.84.0 to 0.86.1 in the production-dependencies group

chore(deps): bump django-unfold from 0.84.0 to 0.86.1 in the production-dependencies group #82

name: Dependabot Auto-merge
on: pull_request
permissions:
contents: write
pull-requests: write
jobs:
automerge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- name: Enable auto-merge
run: gh pr merge --auto --squash "$PR_URL"
env:
PR_URL: ${{ github.event.pull_request.html_url }}
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}