Skip to content

build(deps): update ruff requirement from ~=0.7.4 to ~=0.8.0 #4

build(deps): update ruff requirement from ~=0.7.4 to ~=0.8.0

build(deps): update ruff requirement from ~=0.7.4 to ~=0.8.0 #4

Workflow file for this run

name: Dependabot Auto-Merge
on:
pull_request:
types: [opened]
permissions:
contents: write
pull-requests: write
jobs:
auto_merge_dependabot:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login == 'dependabot[bot]'
steps:
- name: Auto-merge Dependabot PRs
run: gh pr merge --auto --merge "${{ github.event.pull_request.html_url }}"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}