Skip to content

build(deps): bump pandas from 2.0.2 to 2.0.3 #9

build(deps): bump pandas from 2.0.2 to 2.0.3

build(deps): bump pandas from 2.0.2 to 2.0.3 #9

name: auto-merge
on:
pull_request:
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: ahmadnassri/action-dependabot-auto-merge@v2
with:
target: minor
config: .github/workflows/dependabot-auto-merge.yml
github-token: ${{github.token}}