Skip to content

Bump tox from 4.23.2 to 4.24.1 #165

Bump tox from 4.23.2 to 4.24.1

Bump tox from 4.23.2 to 4.24.1 #165

Workflow file for this run

name: Dependabot
permissions:
contents: write
on:
pull_request:
branches:
- main
jobs:
dependabot:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- name: Fetch metadata
id: metadata
uses: dependabot/fetch-metadata@v2
with:
alert-lookup: true
github-token: "${{ secrets.GITHUB_TOKEN }}"
- name: Merge patch update
if: ${{ steps.metadata.outputs.update-type == 'version-update:semver-patch' }}
run: gh pr merge --auto --merge ${{ github.event.pull_request.html_url }}
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"