Skip to content

Bump certifi from 2022.9.14 to 2023.7.22 #1048

Bump certifi from 2022.9.14 to 2023.7.22

Bump certifi from 2022.9.14 to 2023.7.22 #1048

Workflow file for this run

name: auto-merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
# Only run for dependabot PRs
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
github-token: ${{ secrets.AUTOMERGE }}