Skip to content

Bump pytest from 8.4.2 to 9.0.1 #37

Bump pytest from 8.4.2 to 9.0.1

Bump pytest from 8.4.2 to 9.0.1 #37

name: Dependabot Auto Manage
on:
pull_request_target:
types: [opened, synchronize, reopened]
permissions:
contents: write
pull-requests: write
jobs:
dependabot:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: frequenz-floss/dependabot-auto-approve@005e52004f5d5c6af2f81b89ec25e5cf6f3dfd77 # v1.3.0
with:
dependency-type: 'all'
auto-merge: 'true'
merge-method: 'merge'
add-label: 'auto-merged'