Skip to content

Bump django-allauth from 0.61.1 to 0.63.3 #1983

Bump django-allauth from 0.61.1 to 0.63.3

Bump django-allauth from 0.61.1 to 0.63.3 #1983

name: Approve dependabot
on: pull_request_target
jobs:
autoapprove:
name: Approve dependabot
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'dependabot'
permissions:
issues: write
pull-requests: write
steps:
- name: Auto approve
uses: cognitedata/[email protected]
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'dependabot'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}