Skip to content

build(deps): Bump codecov/codecov-action from 3.1.1 to 3.1.3 #1261

build(deps): Bump codecov/codecov-action from 3.1.1 to 3.1.3

build(deps): Bump codecov/codecov-action from 3.1.1 to 3.1.3 #1261

---
name: Auto-Merge-Dependabot
on: # yamllint disable-line rule:truthy
pull_request_target:
jobs:
auto-merge:
runs-on: ubuntu-latest
if: github.actor == 'dependabot[bot]'
steps:
- uses: actions/checkout@v3
- uses: ahmadnassri/action-dependabot-auto-merge@v2.6
with:
target: minor
github-token: ${{ secrets.AUTO_MERGE_DEPENDABOT_TOKEN }}