Skip to content

chore(deps-dev): Bump ruff from 0.8.4 to 0.8.5 #4555

chore(deps-dev): Bump ruff from 0.8.4 to 0.8.5

chore(deps-dev): Bump ruff from 0.8.4 to 0.8.5 #4555

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/auto-approve-dependabot-action@v3.0.1
if: github.actor == 'dependabot[bot]' || github.actor == 'dependabot-preview[bot]' || github.actor == 'dependabot'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}