Skip to content

chore(deps): Bump dj-rest-auth from 5.0.2 to 7.0.1 #4634

chore(deps): Bump dj-rest-auth from 5.0.2 to 7.0.1

chore(deps): Bump dj-rest-auth from 5.0.2 to 7.0.1 #4634

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 }}