Skip to content

Bump itertools from 0.10.5 to 0.11.0 #63

Bump itertools from 0.10.5 to 0.11.0

Bump itertools from 0.10.5 to 0.11.0 #63

name: Auto approve dependabot PRs
on:
pull_request_target:
permissions:
pull-requests: write
jobs:
autoapprove:
name: Auto-Approve a PR by dependabot
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]'
steps:
- name: Auto approve
uses: cognitedata/auto-approve-dependabot-action@v3.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}